diff mbox series

[bug#74070,v2,1/2] gnu: nss-rapid: Update to 3.105.

Message ID 20241106142600.3116-2-ian@retrospec.tv
State New
Headers show
Series gnu: librewolf: Update to 132.0-1 [security fixes]. | expand

Commit Message

Ian Eure Nov. 6, 2024, 2:25 p.m. UTC
* gnu/packages/nss.scm (nss-rapid): Update to 3.105.

Change-Id: I8b502be10f5d577a258033417cf7faddc41ca214
---
 gnu/packages/nss.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index b058df0175..86b3743656 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -333,7 +333,7 @@  (define-public nss-rapid
   (package
    (inherit nss)
    (name "nss-rapid")
-   (version "3.104")
+   (version "3.105")
    (source (origin
              (inherit (package-source nss))
              (uri (let ((version-with-underscores
@@ -344,7 +344,7 @@  (define-public nss-rapid
                      "nss-" version ".tar.gz")))
              (sha256
               (base32
-               "13mca2y92sm05kxb40qvlkq8l93ghmrhh0s3iawpc7idc8ik4xp2"))))
+               "06an746lrnmp7mnr866cjxngkrw8c5ngdykw425q4p6ai264r3lf"))))
    (arguments
     (substitute-keyword-arguments (package-arguments nss)
       ((#:phases phases)
@@ -376,7 +376,7 @@  (define-public nss-rapid
                      ;; leading to test failures:
                      ;; <https://bugzilla.mozilla.org/show_bug.cgi?id=609734>.  To
                      ;; work around that, set the time to roughly the release date.
-                     (invoke "faketime" "2024-08-17" "./nss/tests/all.sh"))
+                     (invoke "faketime" "2024-09-2" "./nss/tests/all.sh"))
                    (format #t "test suite not run~%"))))))))
    (synopsis "Network Security Services (Rapid Release)")
    (description