lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 620f48b0c9ad68defacb729c94c690b055524e23
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:29:52 2021 +0100
gnu: sushi: Update to 3.38.0.
* gnu/packages/gnome.scm (sushi): Update to 3.38.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9d0d329..709796b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1540,7 +1540,7 @@ sharing to the masses.")
(define-public sushi
(package
(name "sushi")
- (version "3.32.1")
+ (version "3.38.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1548,7 +1548,7 @@ sharing to the masses.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02idvqjk76lii9xyg3b1yz4rw721709bdm5j8ikjym6amcghl0aj"))))
+ "0vlqqk916dymv4asbyvalp1m096a5hh99nx23i4xavzvgygh4h2h"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t