diff options
| author | Andrew Wong <wongandj@runbox.com> | 2025-12-07 20:59:36 -0500 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-12-26 13:15:40 +0100 |
| commit | fb6892a924642d92fc28b0b91aa8ccaef9ef24b0 (patch) | |
| tree | a84b8c43d5ee38888e21691217a9ce8787271c6a | |
| parent | a3908bf8e2e8dcea2b24019efdba16475a78eccc (diff) | |
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>
| -rw-r--r-- | gnu/packages/upnp.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index 0cb9e597d6f..fce9cb0031e 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -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") |
