mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add miniupnpc-next.
* gnu/packages/upnp.scm (miniupnpc-next): New variable. Change-Id: I206e664edc7eeedcf50dbb741a730f457d5b0a95 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
a3908bf8e2
commit
fb6892a924
1 changed files with 13 additions and 0 deletions
|
|
@ -105,6 +105,19 @@ over IRC, instant messaging, network games, and most server software.")
|
|||
(license
|
||||
(license:x11-style "file://LICENSE" "See 'LICENSE' file in the distribution"))))
|
||||
|
||||
(define-public miniupnpc-next
|
||||
(package
|
||||
(inherit miniupnpc)
|
||||
(name "miniupnpc-next")
|
||||
(version "2.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
|
||||
"miniupnpc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "06mx6kk42px0f08k5pazmjawbj19gnpg3pwxrj4c1mjac7x0lanm"))))))
|
||||
|
||||
(define-public libupnp
|
||||
(package
|
||||
(name "libupnp")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue