guix-commits
[Top][All Lists]
Advanced

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

13/13: gnu: le-certs: Update input hashes.


From: guix-commits
Subject: 13/13: gnu: le-certs: Update input hashes.
Date: Sat, 15 Feb 2020 11:07:11 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 505b2631a9c35bbaa5ba6771ad4f646086f23cad
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Feb 15 17:03:35 2020 +0100

    gnu: le-certs: Update input hashes.
    
    These unversioned files were modified upstream.  The result of
    
      $ openssl x509 -in <FILE> -text
    
    for each old/new pair remains the same, however.
    
    * gnu/packages/certs.scm (le-certs)[inputs]: Update hash for
    isrgrootx1.pem, letsencryptauthorityx3.pem, and
    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 864fe5d..24831db 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
-             "0zycy85ff9ga53z1q03df89ka9iihb9p8bjhw056rq2y4rn3b6ac"))))
+             "1la36n2f31j9s03v847ig6ny9lr875q3g7smnq33dcsmf2i5gd92"))))
        ;; "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
-             "1kvac1dhm1d02bhrfj6l1cz1dpldz6ishb78zzvy8245zgvh7pdn"))))
+             "100lxxvqv4fj563bm03zzk5r36hq5jx9nnrajzs38g825c5k0cg2"))))
        ;; "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
-             "0giiixknr0mls2ir6qqzb42mq7x9a7vz79gbn7fjszbf87pqhpzm"))))))
+             "0d5256gwf73drq6q6jala28rfzhrgbk5pjfq27vc40ly91pdyh8m"))))))
     (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]