guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

24/74: gnu: gnome-keyring: Update to 46.1.


From: guix-commits
Subject: 24/74: gnu: gnome-keyring: Update to 46.1.
Date: Sat, 19 Oct 2024 03:33:16 -0400 (EDT)

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

commit d9efec73ac3fc2050c4b6330d673270797b7111e
Author: Liliana Marie Prikler <liliana.prikler@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 836f23c182..573e7f0f5e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2638,7 +2638,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 "/"
@@ -2646,7 +2646,7 @@ GNOME Desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1rp38v4s9116ivycp27w806wihqid48gk3p0czzbg9knri0d1x67"))))
+                "1xp31iashi7n81z4halmrw53v3lnj847k4514lzqnbzz6a8sxlxi"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]