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

commit 1dc297f997ed271cbd0bfebf651f2c3f1ff30e58
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:51 2025 +0900

    gnu: gssdp: Update to 1.6.4.
    
    * gnu/packages/gnome.scm (gssdp): Update to 1.6.4.
    
    Change-Id: Idd661ee58686f5a4f59d2caac1e627762aefd8af
---
 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 e0e283a3e1..1e9b24438a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1263,7 +1263,7 @@ It has miners for Facebook, Flickr, Google, ownCloud and 
SkyDrive.")
 (define-public gssdp
   (package
     (name "gssdp")
-    (version "1.6.3")
+    (version "1.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1271,7 +1271,7 @@ It has miners for Facebook, Flickr, Google, ownCloud and 
SkyDrive.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0iil7wgix0nzhf3i2w6g1wjqly49r9rsffca97ai9kr2vfpvbv9g"))))
+                "0ck04svd0cfh7wzydh1wykpw5rsra8aa5xml2dl3w7angzxzv5zz"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags

Reply via email to