guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: p11-kit: Fix source hash.


From: guix-commits
Subject: 02/03: gnu: p11-kit: Fix source hash.
Date: Sun, 20 Dec 2020 14:22:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9ed46007772015acb6158f003454b7045b1b9d4f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 20 20:17:51 2020 +0100

    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(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 0c8b1d9..ab2a1f8 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]