mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
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>
This commit is contained in:
parent
f516f33337
commit
6d5b3df7af
1 changed files with 1 additions and 1 deletions
|
@ -1588,7 +1588,7 @@ (define-public sushi
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue