guix-commits
[Top][All Lists]
Advanced

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

34/97: gnu: gnome-keyring: Update to 3.20.0.


From: Ludovic Courtès
Subject: 34/97: gnu: gnome-keyring: Update to 3.20.0.
Date: Wed, 13 Apr 2016 17:31:46 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit efae410e418ab4aab4d4846875505347c45bc261
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 16:40:41 2016 +0800

    gnu: gnome-keyring: Update to 3.20.0.
    
    * gnu/packages/gnome.scm (gnome-keyring): Update to 3.20.0.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7a90a9a..73617a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -342,7 +342,7 @@ GNOME Desktop.")
 (define-public gnome-keyring
   (package
     (name "gnome-keyring")
-    (version "3.18.3")
+    (version "3.20.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -350,7 +350,7 @@ GNOME Desktop.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "167dq1yvm080g5s38hqjl0xx5cgpkcl1xqy9p5sxmgc92zb0srrz"))))
+               "16gcwwcg91ipxjmiyi4c4njvnxixmv1i278p0bilc3lafk6ww5xw"))))
     (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]