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