gnu: p11-kit@0.24: Update to 0.24.1.
* gnu/packages/tls.scm (p11-kit-next): Update to 0.24.1.
This commit is contained in:
parent
30edb241a9
commit
12fd5a8608
1 changed files with 2 additions and 2 deletions
|
@ -196,14 +196,14 @@ living in the same process.")
|
||||||
(define-public p11-kit-next
|
(define-public p11-kit-next
|
||||||
(package
|
(package
|
||||||
(inherit p11-kit)
|
(inherit p11-kit)
|
||||||
(version "0.24.0")
|
(version "0.24.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/p11-glue/p11-kit/releases/"
|
(uri (string-append "https://github.com/p11-glue/p11-kit/releases/"
|
||||||
"download/" version "/p11-kit-" version ".tar.xz"))
|
"download/" version "/p11-kit-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11f6saclxsclc1f3lbavzw8kikws4cr3mfd1avly8dgnhh2i9rl1"))))
|
(base32 "1y5fm9gwhkh902r26p90qf1g2h1ziqrk4hgf9i9sxm2wzlz7ignq"))))
|
||||||
(arguments
|
(arguments
|
||||||
;; Use the default certificates so that users such as flatpak find them.
|
;; Use the default certificates so that users such as flatpak find them.
|
||||||
;; See <https://issues.guix.gnu.org/49957>.
|
;; See <https://issues.guix.gnu.org/49957>.
|
||||||
|
|
Reference in a new issue