me
/
guix
Archived
1
0
Fork 0

gnu: lollypop: Don't use NAME in source URI.

* gnu/packages/gnome.scm (lollypop)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-10-29 14:09:55 +01:00
parent dd88c89e0d
commit 3275d43dd9
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -7789,8 +7789,8 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
(origin
(method url-fetch)
(uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/"
"5a7cd7c72b6d83ae08d0c54c4691f9df/"
name "-" version ".tar.xz"))
"aa4fbd92bf338296c28e54710271ccab/"
"lollypop-" version ".tar.xz"))
(sha256
(base32
"1r5wn0bja9psz6nr1rcaysdkkwz84rbyzpdfw66cxa6wiy52pkjm"))))