Archived
1
0
Fork 0

gnu: p11-kit: Update to 0.23.21.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.21.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-20 19:11:05 +02:00
parent d7f578f8c2
commit 149d91814c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -125,15 +125,14 @@ in intelligent transportation networks.")
(define-public p11-kit (define-public p11-kit
(package (package
(name "p11-kit") (name "p11-kit")
(version "0.23.20") (version "0.23.21")
(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 (base32 "09q6n63qmqcdw6v0fwmhdmsqrcndnp5m9jvby1kxi82wy29s9fpi"))))
"0131maw666ha4d6iyj13fkz18c4pnb3lw2xwv5kvkmnzqcj61n0l"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))