1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 01:30:29 +02:00

gnu: gupnp-igd: Update to 1.6.0.

* gnu/packages/gnome.scm (gupnp-igd): Update to 1.6.0.
[propagated-inputs]: Replace gupnp-1.4.0 by gupnp.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Nicolas Graves
2025-08-27 19:35:30 +02:00
committed by Liliana Marie Prikler
parent 70d458a709
commit 3852037a5a

View File

@@ -256,7 +256,7 @@
(define-public gupnp-igd
(package
(name "gupnp-igd")
(version "1.2.0")
(version "1.6.0")
(source
(origin
(method url-fetch)
@@ -265,7 +265,7 @@
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32 "1q9bw12ibih3yxpha3gm1dabyqg9gx6yxacbh4kxsgm1i84j0lab"))))
(base32 "0x0vfw8jzz7ih43qd5w7qx2gr56hnqra7wk895ni48mb761rg6a0"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments
@@ -297,7 +297,7 @@
;; These libraries are required by the .pc file.
(list glib
glib-networking
gupnp-1.4))
gupnp))
(synopsis "UPnP IGD for GNOME")
(description "GUPnP-IGD is a library to handle UPnP IGD port mapping.")
(home-page "https://gitlab.gnome.org/GNOME/gupnp-igd")