gnu: enet: Don't use NAME in source URI.
* gnu/packages/networking.scm (enet)[source]: Hard-code NAME.
This commit is contained in:
parent
3b990922c7
commit
9aed8a1e23
|
@ -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"))))
|
||||
|
|
Loading…
Reference in New Issue