3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libsecret: Update to 0.20.2.

* gnu/packages/gnome.scm (libsecret): Update to 0.20.2.
This commit is contained in:
Marius Bakke 2020-03-19 07:47:42 +01:00
parent 24b5767dad
commit aa0063a00a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3826,7 +3826,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
(define-public libsecret
(package
(name "libsecret")
(version "0.20.1")
(version "0.20.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -3835,7 +3835,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
"libsecret-" version ".tar.xz"))
(sha256
(base32
"0ir4ynpf8b64xss1azvsi5x6697lik7hkf3z0xxa2qv2xja3xxsp"))))
"1hzz34gmsxxf1jm1b7qin390rkwbg8sx198xdkwxqp3q6cw19sc1"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments