1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00

gnu: p11-kit: Update to 0.23.8.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.8.
This commit is contained in:
Marius Bakke
2017-08-15 20:38:02 +02:00
parent 6550e5ad64
commit dca82aefbc

View File

@@ -114,7 +114,7 @@ in intelligent transportation networks.")
(define-public p11-kit
(package
(name "p11-kit")
(version "0.23.7")
(version "0.23.8")
(source
(origin
(method url-fetch)
@@ -122,7 +122,7 @@ in intelligent transportation networks.")
"download/" version "/p11-kit-" version ".tar.gz"))
(sha256
(base32
"0hdy4h8byvcvd4av504xqfqyd1h6xy914j034mq3c6v4ya37r3lq"))))
"0gqk1d09yyin75lvlywpbf3kxlnrcwbq8ridgapvqqjbzvjk98ab"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))