diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-04 09:07:55 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-04 09:20:50 +0200 |
commit | ac277bc7c5eec73f78321b41c80b90c53b951acc (patch) | |
tree | 0e0a60011e77f9498961d6b8513acd913b93ebf4 | |
parent | 0528f70d3d7ee5c9f950fd2c136fae806e3a91a8 (diff) | |
download | patches-ac277bc7c5eec73f78321b41c80b90c53b951acc.tar patches-ac277bc7c5eec73f78321b41c80b90c53b951acc.tar.gz |
gnu: libsecret: Update to 0.18.7.
* gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
-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 f19c550c83..12a0abdc56 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2615,7 +2615,7 @@ and the GLib main loop, to integrate well with GNOME applications.") (define-public libsecret (package (name "libsecret") - (version "0.18.6") + (version "0.18.7") (source (origin (method url-fetch) (uri (string-append @@ -2624,7 +2624,7 @@ and the GLib main loop, to integrate well with GNOME applications.") name "-" version ".tar.xz")) (sha256 (base32 - "0vynag97a9bnnb8ipah45av8xg8jzmhd572rw3zj78s1pa8ciysy")))) + "11ylmcfx6ff7xd1gpi58i2nbma83lz2xg0g2dq23w6snqhgzwrhd")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |