guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: le-certs: Update hashes.


From: guix-commits
Subject: 01/01: gnu: le-certs: Update hashes.
Date: Thu, 2 May 2019 09:40:54 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 48f19e60c4677e392ee2c23f28098cfcaf9d1710
Author: 宋文武 <address@hidden>
Date:   Thu May 2 21:38:22 2019 +0800

    gnu: le-certs: Update hashes.
    
    They added the 3 missing '^M' to all pem certs.
    
    * gnu/packages/certs.scm (le-certs)[inputs]: Update the hashes of
    isrgrootx1.pem, letsencryptauthorityx3.pem, letsencryptauthorityx4.pem.
---
 gnu/packages/certs.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index ae3db7b..1fada90 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -185,7 +185,7 @@ taken from the NSS package and thus ultimately from the 
Mozilla project.")
            (uri "https://letsencrypt.org/certs/isrgrootx1.pem";)
            (sha256
             (base32
-             "0zhd1ps7sz4w1x52xk3v7ng6d0rcyi7y7rcrplwkmilnq5hzjv1y"))))
+             "0zycy85ff9ga53z1q03df89ka9iihb9p8bjhw056rq2y4rn3b6ac"))))
        ;; "Let’s Encrypt Authority X3", the active Let's Encrypt intermediate
        ;; certificate.
        ("letsencryptauthorityx3.pem"
@@ -194,7 +194,7 @@ taken from the NSS package and thus ultimately from the 
Mozilla project.")
            (uri "https://letsencrypt.org/certs/letsencryptauthorityx3.pem";)
            (sha256
             (base32
-             "0zbamj6c7zqw1j9mbqygc8k1ykgj6xiisp9svmlif5lkbnyjhnkk"))))
+             "1kvac1dhm1d02bhrfj6l1cz1dpldz6ishb78zzvy8245zgvh7pdn"))))
        ;; "Let’s Encrypt Authority X4", the backup Let's Encrypt intermediate
        ;; certificate.  This will be used for disaster recovery and will only 
be
        ;; used should Let's Encrypt lose the ability to issue with "Let’s
@@ -205,7 +205,7 @@ taken from the NSS package and thus ultimately from the 
Mozilla project.")
            (uri "https://letsencrypt.org/certs/letsencryptauthorityx4.pem";)
            (sha256
             (base32
-             "003dc94c8qwj634h0dq743x7hqv9rdcfaisdksprkmi2jd107xq4"))))))
+             "0giiixknr0mls2ir6qqzb42mq7x9a7vz79gbn7fjszbf87pqhpzm"))))))
     (home-page "https://letsencrypt.org/certificates/";)
     (synopsis "Let's Encrypt root and intermediate certificates")
     (description "This package provides a certificate store containing only the



reply via email to

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