me
/
guix
Archived
1
0
Fork 0

gnu: p11-kit: Update to 0.23.20.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.20.
master
Marius Bakke 2020-01-30 15:16:45 +01:00
parent 98bef018b8
commit 8c98ef7d97
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ in intelligent transportation networks.")
(define-public p11-kit
(package
(name "p11-kit")
(version "0.23.19")
(version "0.23.20")
(source
(origin
(method url-fetch)
@ -130,7 +130,7 @@ in intelligent transportation networks.")
"download/" version "/p11-kit-" version ".tar.xz"))
(sha256
(base32
"1w7i4f5lc8darjkfjsm1ldvhkv0x29mvwg89klmh5kb2xqf6x4wi"))))
"0131maw666ha4d6iyj13fkz18c4pnb3lw2xwv5kvkmnzqcj61n0l"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))