Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (rhythmbox)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-07 01:35:24 +01:00
parent d748843312
commit 2588693df1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5034,9 +5034,9 @@ which can read a large number of file formats.")
(version "3.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/rhythmbox/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"rhythmbox-" version ".tar.xz"))
(sha256
(base32
"1yx3n7p9vmv23jsv98fxwq95n78awdxqm8idhyhxx2d6vk4w1hgx"))))