gnu: libsecret: Update to 0.20.1.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.1.
This commit is contained in:
parent
bf71edd3df
commit
a866dd184d
1 changed files with 2 additions and 2 deletions
|
@ -3770,7 +3770,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
|
||||||
(define-public libsecret
|
(define-public libsecret
|
||||||
(package
|
(package
|
||||||
(name "libsecret")
|
(name "libsecret")
|
||||||
(version "0.19.1")
|
(version "0.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3779,7 +3779,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
|
||||||
"libsecret-" version ".tar.xz"))
|
"libsecret-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fhflcsr70b1pps2pcvqcbdhip2ny5am9nbm634f4sj5g40y30w5"))))
|
"0ir4ynpf8b64xss1azvsi5x6697lik7hkf3z0xxa2qv2xja3xxsp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue