diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-07 07:42:41 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:46:50 +0200 |
commit | 00748a038ca4766e80087cb31589f2519cd1683f (patch) | |
tree | b4efa3cc09944eae85282d3b1308765372a08a16 /gnu | |
parent | 4e31b436a75bba3e88a990af477ee8d6e10ee983 (diff) | |
download | guix-00748a038ca4766e80087cb31589f2519cd1683f.tar guix-00748a038ca4766e80087cb31589f2519cd1683f.tar.gz |
gnu: libsecret: Update to 0.18.5.
* gnu/packages/gnome.scm (libsecret): Update to 0.18.5.
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 a5b845becf..39adabdff0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2121,7 +2121,7 @@ and the GLib main loop, to integrate well with GNOME applications.") (define-public libsecret (package (name "libsecret") - (version "0.18.3") + (version "0.18.5") (source (origin (method url-fetch) (uri (string-append @@ -2130,7 +2130,7 @@ and the GLib main loop, to integrate well with GNOME applications.") name "-" version ".tar.xz")) (sha256 (base32 - "1jc4pw6pb5igwasj0ms1zx80w63c11myziz3ydj0cr5lb861vgzj")))) + "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |