me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (zenity)[source]: Hard-code NAME.
master
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
1 changed files with 2 additions and 2 deletions

View File

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