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

* gnu/packages/networking.scm (enet)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-18 17:38:34 +01:00
parent 3b990922c7
commit 9aed8a1e23
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ HTTP proxies.")
(source (origin
(method url-fetch)
(uri (string-append "http://enet.bespin.org/download/"
name "-" version ".tar.gz"))
"enet-" version ".tar.gz"))
(sha256
(base32
"0w780zc6cy8yq4cskpphx0f91lzh51vh9lwyc5ll8hhamdxgbxlq"))))