gnu: p11-kit: Update to 0.23.14.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.14.
master
Marius Bakke 2018-08-30 17:53:16 +02:00
parent 471884ed11
commit 99088aa751
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ in intelligent transportation networks.")
(define-public p11-kit (define-public p11-kit
(package (package
(name "p11-kit") (name "p11-kit")
(version "0.23.13") (version "0.23.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -128,7 +128,7 @@ in intelligent transportation networks.")
"download/" version "/p11-kit-" version ".tar.gz")) "download/" version "/p11-kit-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1w92k6p4bhg8p24igfb6ifc6vixr2zdjh3x6gjhsphy778z40rda")))) "0w0dkq9388grbbn4bv2p55vy1j51f7nd9hzlc9gz4fbm4dnzmf8w"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))