gnu: gtksourceview: Update to 3.20.1.

* gnu/packages/gtk.scm (gtksourceview): Update to 3.20.1.
master
宋文武 2016-04-05 16:55:33 +08:00 committed by Ludovic Courtès
parent 7e53a19b5a
commit 5c9f085e98
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ printing and other features typical of a source code editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
(version "3.18.2")
(version "3.20.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -347,7 +347,7 @@ printing and other features typical of a source code editor.")
name "-" version ".tar.xz"))
(sha256
(base32
"1cmplnqbyd1js5bkpi9cfc3gljilyxg5nngwh4i3mq9r02gmmxv0"))))
"0k4cmq94181l39di9z4agampg4za6bvimkvcjm3qlxmsxb09ab9j"))))
(build-system gnu-build-system)
(arguments
'(#:phases