diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 16:40:41 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:29 +0200 |
commit | b94a822eae710052a11523b56c125e424d31cf81 (patch) | |
tree | 8aefc88f90fb6e1c4b846fbcf347842c5255c4e3 /gnu | |
parent | a466a7c788362ad32f26f795ca9417deace13c8e (diff) | |
download | guix-b94a822eae710052a11523b56c125e424d31cf81.tar.gz guix-b94a822eae710052a11523b56c125e424d31cf81.zip |
gnu: gnome-keyring: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.20.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 9b3407aa31..35dff5b11f 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 |