nckx pushed a commit to branch master
in repository guix.
commit 2588693df1e6f07e7c051f9eff2eeff02ca5dc82
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Mar 7 01:35:24 2020 +0100
gnu: rhythmbox: Don't use NAME in source URI.
* gnu/packages/gnome.scm (rhythmbox)[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index abfcb2c..c8c2952 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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"))))