me
/
guix
Archived
1
0
Fork 0

gnu: p11-kit: Update to 0.23.22.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.22.
master
Tobias Geerinckx-Rice 2020-12-20 17:55:09 +01:00
parent 9de990baa3
commit c84c0dbc38
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -125,14 +125,14 @@ in intelligent transportation networks.")
(define-public p11-kit
(package
(name "p11-kit")
(version "0.23.21")
(version "0.23.22")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/p11-glue/p11-kit/releases/"
"download/" version "/p11-kit-" version ".tar.xz"))
(sha256
(base32 "09q6n63qmqcdw6v0fwmhdmsqrcndnp5m9jvby1kxi82wy29s9fpi"))))
(base32 "09q6163qmqcdw6v0fwmhdmsqrcndnp5m9jvby1kxi82wy29s9fpi"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))