gnu: gtksourceview: Update to 4.2.0.

* gnu/packages/gtk.scm (gtksourceview): Update to 4.2.0.
This commit is contained in:
Marius Bakke 2019-07-12 17:37:32 +02:00
parent 03ecf85a76
commit 44d9e575df
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
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
(package
(name "gtksourceview")
(version "4.0.3")
(version "4.2.0")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
"0wwxgw43dmmaz07lzdzpladir26l2bly3lnf2ks6pna152wafm9x"))))
"0xgnjj7jd56wbl99s76sa1vjq9bkz4mdsxwgwlcphg689liyncf4"))))
(build-system gnu-build-system)
(arguments
'(#:phases