gnu: libsecret: Update to 0.18.5.

* gnu/packages/gnome.scm (libsecret): Update to 0.18.5.
This commit is contained in:
宋文武 2016-04-07 07:42:41 +08:00 committed by Ludovic Courtès
parent 4e31b436a7
commit 00748a038c
1 changed files with 2 additions and 2 deletions

View File

@ -2121,7 +2121,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
(define-public libsecret (define-public libsecret
(package (package
(name "libsecret") (name "libsecret")
(version "0.18.3") (version "0.18.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2130,7 +2130,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1jc4pw6pb5igwasj0ms1zx80w63c11myziz3ydj0cr5lb861vgzj")))) "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments