From 3852037a5a20004919dced3774b489bd65ca24c0 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 27 Aug 2025 19:35:30 +0200 Subject: [PATCH] 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 --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5be6ca973cc5e99a0503424f355d4e15a66d39c9..9834bd25ce01457c906bfa4fb561e54ad05573c0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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")