kkebreau pushed a commit to branch core-updates
in repository guix.
commit 25e9846d113c06b7695a501803066af90a37fbff
Author: Ricardo Wurmus <[email protected]>
Date: Fri Dec 7 09:02:16 2018 +0100
gnu: gtksourceview: Update to 4.0.3.
* gnu/packages/gtk.scm (gtksourceview): Update to 4.0.3.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 1353dbb..7f6218e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -398,7 +398,7 @@ printing and other features typical of a source code
editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "4.0.2")
+ (version "4.0.3")
(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
- "1b2z9c0skxrgw2vh08hv6qxky8jbvamc4rgww82j0kpp533rz0hm"))))
+ "0wwxgw43dmmaz07lzdzpladir26l2bly3lnf2ks6pna152wafm9x"))))
(build-system gnu-build-system)
(arguments
'(#:phases