diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-14 17:06:07 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-14 20:47:27 +0100 |
| commit | c2841810b988e26c425bb7c8feb0841aeb04c864 (patch) | |
| tree | 278d7950ef6791028f63b94f5efce799b19da856 /gnu/packages | |
| parent | be7e3c6c67df89268addc5ab54d4e93fa2372286 (diff) | |
gnu: Deprecate miniupnpc-next.
* gnu/packages/upnp.scm (miniupnpc-next): Deprecate package by miniupnpc.
Fixes: guix/guix#6688
Change-Id: I005e4546d33cff78d2065edec377434d04491696
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/upnp.scm | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index 20ab4e71045..23619d0007d 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -121,18 +121,8 @@ over IRC, instant messaging, network games, and most server software.") (sha256 (base32 "1kv6dpj93gckvwvgzxl4vdqpwnicb0c8p0xw53m2gh5naiw44ys4")))))) -(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")))))) +;; 2026-03-14 +(define-deprecated-package miniupnpc-next miniupnpc) (define-public libupnp (package |
