gnu: brasero: Hard-code name in source uri.

* gnu/packages/gnome.scm (brasero)[source]: Hard-code name.
This commit is contained in:
Efraim Flashner 2019-12-17 09:30:40 +02:00
parent ca825070e4
commit d1df755435
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"))))