guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 20fcc5b229fb768a82dee0af8c375a507aaf3b58
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:19 2025 +0900

    gnu: gupnp: Update to 1.6.8.
    
    * gnu/packages/gnome.scm (gupnp): Update to 1.6.8.
    
    Change-Id: Ifda3ff098bc5b742f2c288dfa6f992e9debd80f1
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a549b7c66d..eeff24f9eb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1428,7 +1428,7 @@ a debugging tool, @command{gssdp-device-sniffer}.")
 (define-public gupnp
   (package
     (name "gupnp")
-    (version "1.6.7")
+    (version "1.6.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1436,7 +1436,7 @@ a debugging tool, @command{gssdp-device-sniffer}.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "01gqpvyqmxlgxg91hmx68pq2d8sgrihrdzlwrrh0w9x7m2jxhqaa"))))
+                "1s8i3vxg1hfxa7bcabwbfvw3n802z6gz8siyzf9p4mv8pp70783h"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to