guix-commits
[Top][All Lists]
Advanced

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

26/47: gnu: gnome-keyring: Update to 3.34.0.


From: guix-commits
Subject: 26/47: gnu: gnome-keyring: Update to 3.34.0.
Date: Mon, 23 Mar 2020 15:50:53 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit dba2391303a10aa2d713607e92148a441f8a7fc5
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 20:31:34 2019 -0500

    gnu: gnome-keyring: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (gnome-keyring): Update to 3.34.0.
---
 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 5b6d7d4..8962ea1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1434,7 +1434,7 @@ GNOME Desktop.")
 (define-public gnome-keyring
   (package
     (name "gnome-keyring")
-    (version "3.28.2")
+    (version "3.34.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1442,7 +1442,7 @@ GNOME Desktop.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0sk4las4ji8wv9nx8mldzqccmpmkvvr9pdwv9imj26r10xyin5w1"))))
+               "0hqrsh5g9q9lm190f0m85q4nki8k4ng7wphl6qbccdry59aakkg9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;48 of 603 tests fail because /var/lib/dbus/machine-id does



reply via email to

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