kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 2faef0259a92cf5476c5052fbf16d4a5042d806e
Author: Kei Kebreau <[email protected]>
AuthorDate: Thu Apr 23 19:50:15 2020 -0400
gnu: sushi: Update to 3.34.0.
* gnu/packages/gnome.scm (sushi): Update to 3.34.0.
[inputs]: Replace gtksourceview-3 with gtksourceview.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index aac6afb..ba31715 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -703,7 +703,7 @@ sharing to the masses.")
(define-public sushi
(package
(name "sushi")
- (version "3.32.1")
+ (version "3.34.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -711,7 +711,7 @@ sharing to the masses.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02idvqjk76lii9xyg3b1yz4rw721709bdm5j8ikjym6amcghl0aj"))))
+ "1zcr8wi5bgvvpb5ha1v96aiaz4vqqrsn6cvvalwzah6am85k78m8"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -741,7 +741,7 @@ sharing to the masses.")
("gjs" ,gjs)
("gst-plugins-base" ,gst-plugins-base)
("gstreamer" ,gstreamer)
- ("gtksourceview" ,gtksourceview-3)
+ ("gtksourceview" ,gtksourceview)
("harfbuzz" ,harfbuzz)
("libepoxy" ,libepoxy)
("libmusicbrainz" ,libmusicbrainz)