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

commit 34ad81999484e18ceabb448c21a6bcb8d2cbc9cf
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Mon Jul 15 22:51:01 2024 +0200

    gnu: gnome-keyring: Update to 46.1.
    
    * gnu/packages/gnome.scm (gnome-keyring): Update to 46.1.
---
 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 983689654c..23bbf4a49c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2633,7 +2633,7 @@ GNOME Desktop.")
 (define-public gnome-keyring
   (package
     (name "gnome-keyring")
-    (version "42.1")
+    (version "46.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2641,7 +2641,7 @@ GNOME Desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rp38v4s9116ivycp27w806wihqid48gk3p0czzbg9knri0d1x67"))))
+                "1xp31iashi7n81z4halmrw53v3lnj847k4514lzqnbzz6a8sxlxi"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to