diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-24 22:32:00 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-25 11:17:35 +0100 |
| commit | 59165d7e389eb6636b64f112dbcfc36cf26bd491 (patch) | |
| tree | 20b80999c240a9b3f6b8762c406652eb350f2bf0 /gnu | |
| parent | ab16f88d78c0e2f4355f7e6a6d21dc75075b2a64 (diff) | |
gnu: Add miniupnpc-2.1.
This is currently the same version as miniupnpc.
* gnu/packages/upnp.scm (miniupnpc-2.1): New variable.
Change-Id: I314ca1d49782f0b4d80fb9a7f7d30a075c9cbda3
Diffstat (limited to 'gnu')
| -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 4494bfc1780..de5e8c91894 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -108,6 +108,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-2.1 + (package + (inherit miniupnpc) + (name "miniupnpc") + (version "2.1.20191224") + (source + (origin + (method url-fetch) + (uri (string-append "https://miniupnp.tuxfamily.org/files/" + "miniupnpc-" version ".tar.gz")) + (sha256 + (base32 "1kv6dpj93gckvwvgzxl4vdqpwnicb0c8p0xw53m2gh5naiw44ys4")))))) + (define-public miniupnpc-next (package (inherit miniupnpc) |
