From 9ed46007772015acb6158f003454b7045b1b9d4f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 20 Dec 2020 20:17:51 +0100 Subject: 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. --- gnu/packages/tls.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 0c8b1d9eb5..ab2a1f8628 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -132,7 +132,7 @@ in intelligent transportation networks.") (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))) -- cgit v1.2.3