guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: nss/fixed: Update to 3.99.


From: guix-commits
Subject: 05/14: gnu: nss/fixed: 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 3875bb1e4442df18a25e1f898c10c4f1f6f6adb0
Author: Ian Eure <ian@retrospec.tv>
AuthorDate: Sat Apr 27 17:42:10 2024 -0700

    gnu: nss/fixed: Update to 3.99.
    
    * gnu/packages/nss.scm (nss/fixed): Update to 3.99.
    
    Change-Id: I5a2b461c0a13212a45c81304f0ea2c2f4bb777c1
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/nss.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 8f6ed06e63..162e748094 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -250,7 +250,7 @@ security standards.")
     (license license:mpl2.0)))
 
 (define-public nss/fixed
-  (let ((actual-version "3.98"))
+  (let ((actual-version "3.99"))
     (hidden-package
      (package
        (inherit nss)
@@ -265,7 +265,7 @@ security standards.")
                          "nss-" actual-version ".tar.gz")))
                  (sha256
                   (base32
-                   "1kh98amfklrq6915n4mlbrcqghc3srm7rkzs9dkh21jwscrwqjgm"))))
+                   "1g89ig40gfi1sp02gybvl2z818lawcnrqjzsws36cdva834c5maw"))))
        (arguments
         (substitute-keyword-arguments (package-arguments nss)
           ((#:phases phases)



reply via email to

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