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

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

    gnu: libsecret: Update to 0.21.7.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.21.7.
    
    Change-Id: I4149c46588a74c7fdf3e087146409da15246149e
---
 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 b079e34129..7825640b1a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5203,7 +5203,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.21.4")
+    (version "0.21.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5213,7 +5213,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
               (patches (search-patches "libsecret-fix-test-paths.patch"))
               (sha256
                (base32
-                "081bj59ws08kb261cd1w1mkdkhfbzsjbbkkrm6wllvdyhgbhhg8n"))))
+                "0pnmivbbyh0w3l72bw8mvq1ljbwdy8k01i5d2xb2n2jra13jwibb"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to