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

commit d34ed47d4b49ba78b97b11a2223cd78dbc0d2b2f
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 c5878c5532..7ce049c670 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2643,7 +2643,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 "/"
@@ -2651,7 +2651,7 @@ GNOME Desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rp38v4s9116ivycp27w806wihqid48gk3p0czzbg9knri0d1x67"))))
+                "1xp31iashi7n81z4halmrw53v3lnj847k4514lzqnbzz6a8sxlxi"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to