gnu: gtksourceview: Update to 3.20.1.

* gnu/packages/gtk.scm (gtksourceview): Update to 3.20.1.
This commit is contained in:
宋文武 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 (define-public gtksourceview
(package (package
(name "gtksourceview") (name "gtksourceview")
(version "3.18.2") (version "3.20.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (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")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1cmplnqbyd1js5bkpi9cfc3gljilyxg5nngwh4i3mq9r02gmmxv0")))) "0k4cmq94181l39di9z4agampg4za6bvimkvcjm3qlxmsxb09ab9j"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases