gnu: glib-networking: Don't use NAME in source URI.

* gnu/packages/gnome.scm (glib-networking)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-09-08 02:05:48 +02:00
parent a916215597
commit fb8fe1e8d9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2629,7 +2629,7 @@ library.")
(method url-fetch)
(uri (string-append "mirror://gnome/sources/glib-networking/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
"glib-networking-" version ".tar.xz"))
(sha256
(base32
"0s006gs9nsq6mg31spqha1jffzmp6qjh10y27h0fxf1iw1ah5ymx"))