diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 13:49:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 14:55:00 +0200 |
commit | d95d6d931edbf9718b99155adfd8e7aa7324a5ff (patch) | |
tree | 8a80be9951a44a9cb2ad0ae6a6c34d618e81f8e5 /gnu | |
parent | 32d00d78dc3604a5e6041ebc45ac4a062a5ad7b8 (diff) | |
download | guix-d95d6d931edbf9718b99155adfd8e7aa7324a5ff.tar guix-d95d6d931edbf9718b99155adfd8e7aa7324a5ff.tar.gz |
gnu: gnome-keyring: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.20.1.
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 2b42c1da59..036d6b4ffc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -627,7 +627,7 @@ GNOME Desktop.") (define-public gnome-keyring (package (name "gnome-keyring") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -635,7 +635,7 @@ GNOME Desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "16gcwwcg91ipxjmiyi4c4njvnxixmv1i278p0bilc3lafk6ww5xw")))) + "134ci3mn6jjap59z3lrvyiip7zf2nlw5xvanr44yajs57xr4x5lp")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;48 of 603 tests fail because /var/lib/dbus/machine-id does |