me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (totem)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-05-31 00:00:46 +02:00
parent 9c12c277b1
commit 2a9761b13b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4889,9 +4889,9 @@ discovery protocols.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/totem/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) "totem-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"028sc6xbyi7rs884862d8f3di6zhcm0lhvlpc3r69ifzjsq9my3b")))) "028sc6xbyi7rs884862d8f3di6zhcm0lhvlpc3r69ifzjsq9my3b"))))