gnu: libsoup: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libsoup)[source]: Hard-code NAME.
This commit is contained in:
parent
b5b0fd2354
commit
c1b79b3652
|
@ -2701,7 +2701,7 @@ libxml to ease remote use of the RESTful API.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libsoup/"
|
(uri (string-append "mirror://gnome/sources/libsoup/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"libsoup-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0amfw1yvy1kjrg41rfh2vvrw5gkwnyckqbw1fab50hm6xc1acbmx"))))
|
"0amfw1yvy1kjrg41rfh2vvrw5gkwnyckqbw1fab50hm6xc1acbmx"))))
|
||||||
|
|
Loading…
Reference in New Issue