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

* gnu/packages/gnome.scm (lollypop)[source]: Hard-code NAME.
This commit is contained in:
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

View file

@ -7789,8 +7789,8 @@ (define-public lollypop
(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"))))