kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit ff3b26a466e53afdf264b9cb5a005280a8e4d3df
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 16 12:16:38 2020 -0400
gnu: gtksourceview-3: Update to 3.24.11.
* gnu/packages/gtk.scm (gtksourceview-3): Update to 3.24.11.
[build-system]: Use gnu-build-system.
---
gnu/packages/gtk.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3b595ec..0fb0d0f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -480,7 +480,7 @@ highlighting and other features typical of a source code
editor.")
(define-public gtksourceview-3
(package (inherit gtksourceview)
(name "gtksourceview")
- (version "3.24.10")
+ (version "3.24.11")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -488,7 +488,8 @@ highlighting and other features typical of a source code
editor.")
name "-" version ".tar.xz"))
(sha256
(base32
- "16ym7jwiki4s1pilwr4incx0yg7ll94f1cajrnpndkxxs36hcm5b"))))))
+ "1zbpj283b5ycz767hqz5kdq02wzsga65pp4fykvhg8xj6x50f6v9"))))
+ (build-system gnu-build-system)))
(define-public gdk-pixbuf
(package