guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/117: gnu: sushi: Update to 3.38.0.


From: guix-commits
Subject: 13/117: gnu: sushi: Update to 3.38.0.
Date: Tue, 23 Mar 2021 19:25:36 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit dbfa8cecc5205a2929845559d6d61b0f92a88910
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 69ee01b..d185aeb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1539,7 +1539,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 "/"
@@ -1547,7 +1547,7 @@ sharing to the masses.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "02idvqjk76lii9xyg3b1yz4rw721709bdm5j8ikjym6amcghl0aj"))))
+                "0vlqqk916dymv4asbyvalp1m096a5hh99nx23i4xavzvgygh4h2h"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]