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")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(uri (string-append "mirror://gnome/sources/brasero/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"brasero-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h90y674j26rvjahb8cc0w79zx477rb6zaqcj26wzvq8kmpic8k8"))))
|
||||
|
|
Loading…
Reference in a new issue