diff options
author | Liliana Marie Prikler <[email protected]> | 2024-07-19 11:04:47 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:28 +0100 |
commit | d71dea1f5c365533d2afcfdd52aeb41ace460fcc (patch) | |
tree | 05b4c86ddfb30cd6ac8909e0d5e5b233f00df959 | |
parent | 43ddcaa9e8547be58a01e8d732765f6dd3a0a376 (diff) |
gnu: sushi: Update to 46.0.
* gnu/packages/gnome.scm (sushi): Update to 46.0.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9cd09613a1..b4a61edfa6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1670,7 +1670,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 "/" @@ -1678,7 +1678,7 @@ sharing to the masses.") name "-" version ".tar.xz")) (sha256 (base32 - "1sa3x8w8fhjj641yx5praabkqxfdsnafqnlb8jx2g451mvh2y03c")))) + "1ipjl1c9mib5gq9m58vhxg9jzfrggv2bbah6qr123arhljm5n24n")))) (build-system meson-build-system) (arguments (list |