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

* gnu/packages/gnome.scm (libgee)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-09-28 22:26:06 +02:00
parent 5754f0cfb5
commit 84a1b00700
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -4607,9 +4607,9 @@ wraps things up in a developer-friendly way.")
(version "0.20.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(uri (string-append "mirror://gnome/sources/libgee/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"libgee-" version ".tar.xz"))
(sha256
(base32
"0c26x8gi3ivmhlbqcmiag4jwrkvcy28ld24j55nqr3jikb904a5v"))))