gnu: zenity: Don't use NAME in source URI.

* gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-14 23:49:14 +02:00
parent 4f581bd068
commit 5958df042c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -4998,9 +4998,9 @@ (define-public zenity
(version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/zenity/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"zenity-" version ".tar.xz"))
(sha256
(base32
"15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7"))))