gnu: asio: Don't use NAME in source URI.
* gnu/packages/networking.scm (asio)[source]: Hard-code NAME.
This commit is contained in:
parent
345eec8203
commit
74a3ce308a
|
@ -2001,7 +2001,7 @@ eight bytes) tools
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/asio/asio/"
|
(uri (string-append "mirror://sourceforge/asio/asio/"
|
||||||
version " (Stable)/" name "-" version ".tar.bz2"))
|
version " (Stable)/asio-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nln45662kg799ykvqx5m9z9qcsmadmgg6r5najryls7x16in2d9"))))
|
"0nln45662kg799ykvqx5m9z9qcsmadmgg6r5najryls7x16in2d9"))))
|
||||||
|
|
Loading…
Reference in New Issue