guix-commits
[Top][All Lists]
Advanced

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

64/107: gnu: gnome-keyring: Update to 3.36.0.


From: guix-commits
Subject: 64/107: gnu: gnome-keyring: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:25 -0400 (EDT)

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

commit 2af5138985f7c351b8e60e1e3f8c80194a17946c
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Apr 20 21:31:52 2020 -0400

    gnu: gnome-keyring: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (gnome-keyring): Update to 3.36.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 41ec38e..41614ba 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1522,7 +1522,7 @@ GNOME Desktop.")
 (define-public gnome-keyring
   (package
     (name "gnome-keyring")
-    (version "3.34.0")
+    (version "3.36.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1530,7 +1530,7 @@ GNOME Desktop.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0hqrsh5g9q9lm190f0m85q4nki8k4ng7wphl6qbccdry59aakkg9"))))
+               "11sgffrrpss5cmv3b717pqlbhgq17l1xd33fsvqgsw8simxbar52"))))
     (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]