diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-27 19:35:30 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-04 11:13:05 +0200 |
| commit | 3852037a5a20004919dced3774b489bd65ca24c0 (patch) | |
| tree | f5da73b0d12ce34bda9aea1f57c86ffd17b4b443 /gnu/packages | |
| parent | 70d458a709014d8bdcef613bfbca9e5fec680c7d (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5be6ca973cc..9834bd25ce0 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") |
