kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 8bc829191ac41f32a91e339a6ec809a1b2faad49
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 16 12:13:45 2020 -0400
gnu: gtksourceview: Update to 4.6.0.
* gnu/packages/gtk.scm (gtksourceview): Update to 4.6.0.
[build-system]: Use meson-build-system.
---
gnu/packages/gtk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 159b5f4..3b595ec 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -432,7 +432,7 @@ printing and other features typical of a source code
editor.")
(define-public gtksourceview
(package
(name "gtksourceview")
- (version "4.2.0")
+ (version "4.6.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gtksourceview/"
@@ -440,8 +440,8 @@ printing and other features typical of a source code
editor.")
"gtksourceview-" version ".tar.xz"))
(sha256
(base32
- "0xgnjj7jd56wbl99s76sa1vjq9bkz4mdsxwgwlcphg689liyncf4"))))
- (build-system gnu-build-system)
+ "11csdnb5xj1gkn1shynp3jdsfhhi7ks3apgmavfan0p6n85f64sc"))))
+ (build-system meson-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases