me
/
guix
Archived
1
0
Fork 0

gnu: p11-kit: Update to 0.23.10.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.10.
master
Marius Bakke 2018-02-28 20:13:41 +01:00
parent f03ec1e595
commit 954b677195
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ in intelligent transportation networks.")
(define-public p11-kit
(package
(name "p11-kit")
(version "0.23.9")
(version "0.23.10")
(source
(origin
(method url-fetch)
@ -133,7 +133,7 @@ in intelligent transportation networks.")
"download/" version "/p11-kit-" version ".tar.gz"))
(sha256
(base32
"0qyvnkb5hfi94wv3bn67y20hcbbvynvjwxpk7k9sh1si6ff69hg1"))))
"0hxfwnyb5yllvlsh0cj6favcph36gm94b6df7zhl7xay48zjl8gr"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))