mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: lollypop: Don't use NAME in source URI.
* gnu/packages/gnome.scm (lollypop)[source]: Hard-code NAME.
This commit is contained in:
parent
dd88c89e0d
commit
3275d43dd9
1 changed files with 2 additions and 2 deletions
|
@ -7789,8 +7789,8 @@ (define-public lollypop
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
|
(uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
|
||||||
"5a7cd7c72b6d83ae08d0c54c4691f9df/"
|
"aa4fbd92bf338296c28e54710271ccab/"
|
||||||
name "-" version ".tar.xz"))
|
"lollypop-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r5wn0bja9psz6nr1rcaysdkkwz84rbyzpdfw66cxa6wiy52pkjm"))))
|
"1r5wn0bja9psz6nr1rcaysdkkwz84rbyzpdfw66cxa6wiy52pkjm"))))
|
||||||
|
|
Loading…
Reference in a new issue