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

commit 9131e12968f6ba29e816a583ba8f0acff4c07baf
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
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 02f5ac05aa..13b7f10d53 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2647,7 +2647,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 "/"
@@ -2655,7 +2655,7 @@ GNOME Desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rp38v4s9116ivycp27w806wihqid48gk3p0czzbg9knri0d1x67"))))
+                "1xp31iashi7n81z4halmrw53v3lnj847k4514lzqnbzz6a8sxlxi"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to