diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-13 08:38:56 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-13 08:38:56 -0400 |
commit | 6d5b3df7afefa6b038c8430ae3e1650af986ad1e (patch) | |
tree | bcad4cf3d1b6507c21d1ff67d408f38682b94c76 | |
parent | f516f33337e1d009eb4dc82b74643ef644ce55c9 (diff) | |
download | guix-6d5b3df7afefa6b038c8430ae3e1650af986ad1e.tar guix-6d5b3df7afefa6b038c8430ae3e1650af986ad1e.tar.gz |
gnu: sushi: Fix URI.
Fixes <https://issues.guix.gnu.org/56537>, introduced with ef82f34482.
* gnu/packages/gnome.scm (sushi)[source]: Adjust URI.
Reported-by: Christopher Howard <christopher@librehacker.com>
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c80663f472..0ce96d41de 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1588,7 +1588,7 @@ sharing to the masses.") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" + (version-major version) "/" name "-" version ".tar.xz")) (sha256 (base32 |