guix_mirror_bot pushed a commit to branch librewolf-updates
in repository guix.

commit 67a57ddc9b53410463bb04c5cc4783c149bc44de
Author: Ian Eure <[email protected]>
AuthorDate: Sat Jun 28 19:23:18 2025 -0700

    gnu: nss-rapid: Update to 3.113.
    
    * gnu/packages/nss.scm (nss-rapid): Update to 3.113.
    
    Change-Id: I8ab4c0121f4c3f2bea68793f0b71a780ecf3aa2a
---
 gnu/packages/nss.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 351934f8a4..00293be266 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -296,7 +296,7 @@ security standards.")
   (package
    (inherit nss)
    (name "nss-rapid")
-   (version "3.110")
+   (version "3.113")
    (source (origin
              (inherit (package-source nss))
              (uri (let ((version-with-underscores
@@ -307,7 +307,7 @@ security standards.")
                      "nss-" version ".tar.gz")))
              (sha256
               (base32
-               "09xfndqj07wy28l7jnk01gqa4bh55nz6cldlp5qpg8120k211mlw"))))
+               "19xfndqj07wy28l7jnk01gqa4bh55nz6cldlp5qpg8120k211mlw"))))
    (arguments
     (substitute-keyword-arguments (package-arguments nss)
       ((#:phases phases)
@@ -348,7 +348,7 @@ security standards.")
                      ;; <https://bugzilla.mozilla.org/show_bug.cgi?id=609734>. 
 To
                      ;; work around that, set the time to roughly the release 
date.
                      (invoke #$(if (target-64bit?) "faketime" "datefudge")
-                            "2025-03-28" "./nss/tests/all.sh"))
+                            "2025-06-19" "./nss/tests/all.sh"))
                    (format #t "test suite not run~%"))))))))
    (propagated-inputs
         (modify-inputs (package-propagated-inputs nss)

Reply via email to