gnu: brasero: Hard-code name in source uri.
* gnu/packages/gnome.scm (brasero)[source]: Hard-code name.
This commit is contained in:
parent
ca825070e4
commit
d1df755435
@ -193,9 +193,9 @@
|
|||||||
(version "3.12.2")
|
(version "3.12.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/brasero/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"brasero-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
|
"0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user