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.") | |||
| 105 | (license | 105 | (license |
| 106 | (license:x11-style "file://LICENSE" "See 'LICENSE' file in the distribution")))) | 106 | (license:x11-style "file://LICENSE" "See 'LICENSE' file in the distribution")))) |
| 107 | 107 | ||
| 108 | (define-public miniupnpc-next | ||
| 109 | (package | ||
| 110 | (inherit miniupnpc) | ||
| 111 | (name "miniupnpc-next") | ||
| 112 | (version "2.3.3") | ||
| 113 | (source | ||
| 114 | (origin | ||
| 115 | (method url-fetch) | ||
| 116 | (uri (string-append "https://miniupnp.tuxfamily.org/files/" | ||
| 117 | "miniupnpc-" version ".tar.gz")) | ||
| 118 | (sha256 | ||
| 119 | (base32 "06mx6kk42px0f08k5pazmjawbj19gnpg3pwxrj4c1mjac7x0lanm")))))) | ||
| 120 | |||
| 108 | (define-public libupnp | 121 | (define-public libupnp |
| 109 | (package | 122 | (package |
| 110 | (name "libupnp") | 123 | (name "libupnp") |
