diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 21:06:02 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 22:48:39 +0200 |
commit | 896dcbc77c5949969d603fc05281d7ae5b9d84bf (patch) | |
tree | a3261eff7184f64ea5544f6d5a4786dca754dcca /gnu/packages/gnome.scm | |
parent | 5e8aec2cf3806a019f4012ad9052bbef9aacb010 (diff) | |
download | guix-896dcbc77c5949969d603fc05281d7ae5b9d84bf.tar guix-896dcbc77c5949969d603fc05281d7ae5b9d84bf.tar.gz |
gnu: libsecret: Update to 0.18.3.
* gnu/packages/gnome.scm (libsecret): Update to 0.18.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e65ba876af..6ac3e73cdd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2072,15 +2072,16 @@ and the GLib main loop, to integrate well with GNOME applications.") (define-public libsecret (package (name "libsecret") - (version "0.18") + (version "0.18.3") (source (origin (method url-fetch) (uri (string-append - "mirror://gnome/sources/libsecret/" version "/" + "mirror://gnome/sources/libsecret/" + (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 (base32 - "1qq29c01xxjyx5sl6y5h22w8r0ff4c73bph3gfx3h7mx5mvalwqc")))) + "1jc4pw6pb5igwasj0ms1zx80w63c11myziz3ydj0cr5lb861vgzj")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |