3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/networking.scm (asio)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-25 01:57:22 +01:00
parent 345eec8203
commit 74a3ce308a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2001,7 +2001,7 @@ eight bytes) tools
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/asio/asio/"
version " (Stable)/" name "-" version ".tar.bz2"))
version " (Stable)/asio-" version ".tar.bz2"))
(sha256
(base32
"0nln45662kg799ykvqx5m9z9qcsmadmgg6r5najryls7x16in2d9"))))