mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: miniupnpc: Don't use NAME in source URI.
* gnu/packages/upnp.scm (miniupnpc)[source]: Hard-code NAME.
This commit is contained in:
parent
a659ed36ee
commit
9e08042270
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
|
||||
name "-" version ".tar.gz"))
|
||||
"miniupnpc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0rg1i51lnyq8zgflhcg981kq4348vgq03ndmbgiv7knd1vmfzb8z"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Add table
Reference in a new issue