lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit ed49a5df9a5a0b4f93b1f1563ec1331eee7170dc
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:56:27 2021 +0100
gnu: gtksourceview: Update to 5.0.0.
* gnu/packages/gtk.scm (gtksourceview): Update to 5.0.0.
---
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 2096a50..647dd16 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -508,7 +508,7 @@ printing and other features typical of a source code
editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "4.2.0")
+ (version "5.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -516,7 +516,7 @@ printing and other features typical of a source code
editor.")
"gtksourceview-" version ".tar.xz"))
(sha256
(base32
- "0xgnjj7jd56wbl99s76sa1vjq9bkz4mdsxwgwlcphg689liyncf4"))))
+ "1hyrmh9r1zd5kjh5ch9d7bhk2kphbqhm7ijfxfkcdln8q0rnd0k4"))))
(build-system gnu-build-system)
(arguments
'(#:phases