We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98bef01 commit 8c98ef7Copy full SHA for 8c98ef7
gnu/packages/tls.scm
@@ -122,15 +122,15 @@ in intelligent transportation networks.")
122
(define-public p11-kit
123
(package
124
(name "p11-kit")
125
- (version "0.23.19")
+ (version "0.23.20")
126
(source
127
(origin
128
(method url-fetch)
129
(uri (string-append "https://github.com/p11-glue/p11-kit/releases/"
130
"download/" version "/p11-kit-" version ".tar.xz"))
131
(sha256
132
(base32
133
- "1w7i4f5lc8darjkfjsm1ldvhkv0x29mvwg89klmh5kb2xqf6x4wi"))))
+ "0131maw666ha4d6iyj13fkz18c4pnb3lw2xwv5kvkmnzqcj61n0l"))))
134
(build-system gnu-build-system)
135
(native-inputs
136
`(("pkg-config" ,pkg-config)))
0 commit comments