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

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

    gnu: gnome-keyring: Update to 48.0.
    
    * gnu/packages/gnome.scm (gnome-keyring): Update to 48.0.
    
    Change-Id: If012d7a7b230ee889cc6578a78c9a61465b70c00
---
 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 cb8d2270f0..f245311688 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2673,7 +2673,7 @@ GNOME Desktop.")
 (define-public gnome-keyring
   (package
     (name "gnome-keyring")
-    (version "46.2")
+    (version "48.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2681,7 +2681,7 @@ GNOME Desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "098ryv7xsnf5r58w8kdr6nahzhmrczjb72ycbqlg7dx8p1kcj9mz"))))
+                "17gbzfj2rgbp1yb28mnxs3ngxmyqa26bwi4bkff3zsp9434ih1gj"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to