diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:03 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:42 +0100 |
commit | d375d03aa0ac5884a78e2dc735f83c4adffa6568 (patch) | |
tree | 738c429e2a6bb103c4d160d207c30c5f118b8dd4 | |
parent | 5a7dce55b7379eae1778cfc37304cbad7e8ce5d2 (diff) |
gnu: gupnp: Update to 1.6.7.
* gnu/packages/gnome.scm (gupnp): Update to 1.6.7.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 2944b4272c..97f6de2ad6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1417,7 +1417,7 @@ a debugging tool, @command{gssdp-device-sniffer}.") (define-public gupnp (package (name "gupnp") - (version "1.6.6") + (version "1.6.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1425,7 +1425,7 @@ a debugging tool, @command{gssdp-device-sniffer}.") name "-" version ".tar.xz")) (sha256 (base32 - "0kx0ymsab4x927ir2a5f7mfk9sck5kswbig6n38r4dwbqzl51p69")))) + "01gqpvyqmxlgxg91hmx68pq2d8sgrihrdzlwrrh0w9x7m2jxhqaa")))) (build-system meson-build-system) (arguments (list |