mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -193,9 +193,9 @@ (define-public brasero
|
||||||
(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 a new issue