gnu: libsecret: Update to 0.19.1.
* gnu/packages/gnome.scm (libsecret): Update to 0.19.1.
This commit is contained in:
parent
0ada4e2987
commit
b243d2f7d3
|
@ -2807,7 +2807,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.18.8")
|
(version "0.19.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2816,7 +2816,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
|
||||||
"libsecret-" version ".tar.xz"))
|
"libsecret-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv"))))
|
"0fhflcsr70b1pps2pcvqcbdhip2ny5am9nbm634f4sj5g40y30w5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue