Skip to content

Commit 8c98ef7

Browse files
committed
gnu: p11-kit: Update to 0.23.20.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.20.
1 parent 98bef01 commit 8c98ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnu/packages/tls.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ in intelligent transportation networks.")
122122
(define-public p11-kit
123123
(package
124124
(name "p11-kit")
125-
(version "0.23.19")
125+
(version "0.23.20")
126126
(source
127127
(origin
128128
(method url-fetch)
129129
(uri (string-append "https://github.com/p11-glue/p11-kit/releases/"
130130
"download/" version "/p11-kit-" version ".tar.xz"))
131131
(sha256
132132
(base32
133-
"1w7i4f5lc8darjkfjsm1ldvhkv0x29mvwg89klmh5kb2xqf6x4wi"))))
133+
"0131maw666ha4d6iyj13fkz18c4pnb3lw2xwv5kvkmnzqcj61n0l"))))
134134
(build-system gnu-build-system)
135135
(native-inputs
136136
`(("pkg-config" ,pkg-config)))

0 commit comments

Comments
 (0)