1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: miniupnpc: Update to 2.3.3.

This is now the same version as miniupnpc-next.

* gnu/packages/upnp.scm (miniupnpc): Update to 2.3.3.
* gnu/packages/emulators.scm (rpcs3)[inputs]: Replace miniupnpc-next
by miniupnpc.
* gnu/packages/emulators.scm (dolphin-emu, libretro-dolphin-emu,
flycast)[inputs],
* gnu/packages/finance.scm (monero)[inputs],
* gnu/packages/games.scm (openclonk)[inputs]: Replace miniupnpc by
miniupnpc-2.1.

Change-Id: If40ff70a82b608e779d1f5127133c0c5318cb439
This commit is contained in:
Andreas Enge
2026-02-14 21:54:47 +01:00
parent 59165d7e38
commit 87405bbf3b
4 changed files with 8 additions and 8 deletions

View File

@@ -597,7 +597,7 @@ It aims to support Nintendo DSi and 3DS as well.")
mbedtls-lts
mgba-for-dolphin
mesa
miniupnpc
miniupnpc-2.1
minizip-ng
openal
pugixml
@@ -756,7 +756,7 @@ turbo speed, networked multiplayer, and graphical enhancements.")
lzo
mbedtls-lts
mesa
miniupnpc
miniupnpc-2.1
minizip-ng-compat
openal
pugixml
@@ -4092,7 +4092,7 @@ your PC, with many additional features and benefits.")
libusb-next
llvm-18
mesa
miniupnpc-next
miniupnpc
openal
opencv
pugixml-next
@@ -4835,7 +4835,7 @@ on a Commodore C64, C128 etc.")
libcdio
libzip
lua
miniupnpc
miniupnpc-2.1
pulseaudio
sdl2
spirv-tools

View File

@@ -940,7 +940,7 @@ blockchain.")
libsodium
libunwind
libusb
miniupnpc
miniupnpc-2.1
openssl
protobuf
rapidjson

View File

@@ -10782,7 +10782,7 @@ a fortress beyond the forbidden swamp.")
libvorbis
libxrandr
mesa
miniupnpc
miniupnpc-2.1
openal
pcg-cpp
qtbase-5

View File

@@ -61,14 +61,14 @@
(define-public miniupnpc
(package
(name "miniupnpc")
(version "2.1.20191224")
(version "2.3.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://miniupnp.tuxfamily.org/files/"
"miniupnpc-" version ".tar.gz"))
(sha256
(base32 "1kv6dpj93gckvwvgzxl4vdqpwnicb0c8p0xw53m2gh5naiw44ys4"))))
(base32 "06mx6kk42px0f08k5pazmjawbj19gnpg3pwxrj4c1mjac7x0lanm"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python-2)))