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

commit b3b3f1fe91150cc0d451c9b0747975eec330cc9e
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 024f52c2dc..9cd97e1180 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5198,7 +5198,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
@@ -5208,7 +5208,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