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:
parent
345eec8203
commit
74a3ce308a
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue