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:
Andrew Wong 2025-12-07 20:59:36 -05:00 committed by Liliana Marie Prikler
parent a3908bf8e2
commit fb6892a924
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -105,6 +105,19 @@ over IRC, instant messaging, network games, and most server software.")
(license (license
(license:x11-style "file://LICENSE" "See 'LICENSE' file in the distribution")))) (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 (define-public libupnp
(package (package
(name "libupnp") (name "libupnp")