me
/
guix
Archived
1
0
Fork 0

gnu: p11-kit: Update to 0.23.12.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.12.
master
Tobias Geerinckx-Rice 2018-06-05 03:07:55 +02:00
parent 46fce96881
commit 4bf0a1f8d1
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,7 +125,7 @@ in intelligent transportation networks.")
(define-public p11-kit (define-public p11-kit
(package (package
(name "p11-kit") (name "p11-kit")
(version "0.23.11") (version "0.23.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -133,7 +133,7 @@ in intelligent transportation networks.")
"download/" version "/p11-kit-" version ".tar.gz")) "download/" version "/p11-kit-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0asaxbypvns5xf9hb5jy0kijz0b3hp1s8likhywmry3klpdchhxj")))) "00ylbx2gxrm9bv6w4y3qf8z30vpdkqaa8z1y22hy27fv34py5fjq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))