gnu: nss-rapid: Update to 3.109.

* gnu/packages/nss.scm (nss-rapid): Update to 3.109.

Change-Id: I6afa0f9ab714aa26dcd17c6526e4b95be07b9eb9
This commit is contained in:
Ian Eure 2025-03-08 09:40:08 -08:00
parent 361a1743df
commit 18f230adf5
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -334,7 +334,7 @@ security standards.")
(package (package
(inherit nss) (inherit nss)
(name "nss-rapid") (name "nss-rapid")
(version "3.107") (version "3.109")
(source (origin (source (origin
(inherit (package-source nss)) (inherit (package-source nss))
(uri (let ((version-with-underscores (uri (let ((version-with-underscores
@ -345,7 +345,7 @@ security standards.")
"nss-" version ".tar.gz"))) "nss-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0ab7kpyg54aha86aw0ak70ckmfj1ih7d9x8mlrqhf59q7r3rczkz")))) "12y156frnhaqvwkla1c07gqr2lnp4yb3619g4088kk8qc4jnr95y"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments nss) (substitute-keyword-arguments (package-arguments nss)
((#:phases phases) ((#:phases phases)
@ -377,7 +377,7 @@ security standards.")
;; leading to test failures: ;; leading to test failures:
;; <https://bugzilla.mozilla.org/show_bug.cgi?id=609734>. To ;; <https://bugzilla.mozilla.org/show_bug.cgi?id=609734>. To
;; work around that, set the time to roughly the release date. ;; work around that, set the time to roughly the release date.
(invoke "faketime" "2024-11-29" "./nss/tests/all.sh")) (invoke "faketime" "2025-03-01" "./nss/tests/all.sh"))
(format #t "test suite not run~%")))))))) (format #t "test suite not run~%"))))))))
(synopsis "Network Security Services (Rapid Release)") (synopsis "Network Security Services (Rapid Release)")
(description (description