gnu: gtksourceview: Update to 3.18.2.

* gnu/packages/gtk.scm (gtksourceview): Update to 3.18.2.
This commit is contained in:
Efraim Flashner 2016-02-05 11:18:41 +02:00
parent 5b00397279
commit 7965a94a67

View file

@ -338,7 +338,7 @@ (define-public gtksourceview-2
(define-public gtksourceview (define-public gtksourceview
(package (package
(name "gtksourceview") (name "gtksourceview")
(version "3.18.1") (version "3.18.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -346,7 +346,7 @@ (define-public gtksourceview
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1rpdg8rcjlqv8yk13vsh5148mads0zbfih8cak3hm7wb0spmzsbv")))) "1cmplnqbyd1js5bkpi9cfc3gljilyxg5nngwh4i3mq9r02gmmxv0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases