gnu: p11-kit: Fix source hash.

(Obviously) the tarball wasn't updated in place, and the .sig did check
out, but I forgot to commit it because I'm a bit of an idiot.

* gnu/packages/tls.scm (p11-kit)[source]: Update hash.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 20:17:51 +01:00
parent 9c3dd42129
commit 9ed4600777
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -132,7 +132,7 @@ (define-public p11-kit
(uri (string-append "https://github.com/p11-glue/p11-kit/releases/"
"download/" version "/p11-kit-" version ".tar.xz"))
(sha256
(base32 "09q6163qmqcdw6v0fwmhdmsqrcndnp5m9jvby1kxi82wy29s9fpi"))))
(base32 "1dn6br4v033d3gp2max9lsr3y4q0nj6iyr1yq3kzi8ym7lal13wa"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))