diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-08 01:50:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-09 23:17:51 +0200 |
commit | b243d2f7d3f76073dd3631c85b91e7e589a02774 (patch) | |
tree | 48bb209f75ffb734df3a1e4097f272e0cfdcc082 /gnu | |
parent | 0ada4e298762526b9de7fa96429e70c2ba792db6 (diff) | |
download | patches-b243d2f7d3f76073dd3631c85b91e7e589a02774.tar patches-b243d2f7d3f76073dd3631c85b91e7e589a02774.tar.gz |
gnu: libsecret: Update to 0.19.1.
* gnu/packages/gnome.scm (libsecret): Update to 0.19.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 dbc3ed6793..a572075ea0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2807,7 +2807,7 @@ and the GLib main loop, to integrate well with GNOME applications.") (define-public libsecret (package (name "libsecret") - (version "0.18.8") + (version "0.19.1") (source (origin (method url-fetch) (uri (string-append @@ -2816,7 +2816,7 @@ and the GLib main loop, to integrate well with GNOME applications.") "libsecret-" version ".tar.xz")) (sha256 (base32 - "058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv")))) + "0fhflcsr70b1pps2pcvqcbdhip2ny5am9nbm634f4sj5g40y30w5")))) (build-system gnu-build-system) (outputs '("out" "doc")) (arguments |