me
/
guix
Archived
1
0
Fork 0

gnu: gtksourceview: Update to 4.0.3.

* gnu/packages/gtk.scm (gtksourceview): Update to 4.0.3.
master
Ricardo Wurmus 2018-12-07 09:02:16 +01:00 committed by Kei Kebreau
parent 5339d2bbeb
commit 25e9846d11
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

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