guix-commits
[Top][All Lists]
Advanced

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

32/74: gnu: sushi: Update to 46.0.


From: guix-commits
Subject: 32/74: gnu: sushi: Update to 46.0.
Date: Sat, 19 Oct 2024 03:33:18 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 95815df399c2116d27d2336d481f154745aaf473
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Jul 19 11:04:47 2024 +0200

    gnu: sushi: Update to 46.0.
    
    * gnu/packages/gnome.scm (sushi): Update to 46.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 e3931b2a83..0218b0440a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1665,7 +1665,7 @@ sharing to the masses.")
 (define-public sushi
   (package
     (name "sushi")
-    (version "44.2")
+    (version "46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1673,7 +1673,7 @@ sharing to the masses.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1sa3x8w8fhjj641yx5praabkqxfdsnafqnlb8jx2g451mvh2y03c"))))
+                "1ipjl1c9mib5gq9m58vhxg9jzfrggv2bbah6qr123arhljm5n24n"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

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