guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: nss-certs: Update to 3.99.


From: guix-commits
Subject: 06/14: gnu: nss-certs: Update to 3.99.
Date: Sun, 28 Apr 2024 10:40:33 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit baa6d7e04e2b36fe35ddf4f69d842ae253129fae
Author: Ian Eure <ian@retrospec.tv>
AuthorDate: Sat Apr 27 17:42:11 2024 -0700

    gnu: nss-certs: Update to 3.99.
    
    * gnu/packages/certs.scm (nss-certs): Update to 3.99.
    
    Change-Id: I588bc385022df486e596cd6fc5a7363df919b80b
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 7078c7c8d1..00c6a93b92 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -188,10 +188,10 @@ taken from the NSS package and thus ultimately from the 
Mozilla project.")
     (home-page "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS";)
     (license license:mpl2.0)))
 
-(define-public nss-certs-3.98
+(define-public nss-certs-3.99
   (package
     (inherit nss-certs)
-    (version "3.98")
+    (version "3.99")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -202,7 +202,7 @@ taken from the NSS package and thus ultimately from the 
Mozilla project.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "1kh98amfklrq6915n4mlbrcqghc3srm7rkzs9dkh21jwscrwqjgm"))))))
+                "1g89ig40gfi1sp02gybvl2z818lawcnrqjzsws36cdva834c5maw"))))))
 
 (define-public le-certs
   (package



reply via email to

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