mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nss-rapid: Update to 3.107.
* gnu/packages/nss.scm (nss-rapid): Update to 3.107. Change-Id: I05c6e9c6633ed222d26b76ae5def35179f31f317 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
b91b992ed0
commit
395abb86a6
1 changed files with 3 additions and 3 deletions
|
@ -333,7 +333,7 @@ security standards.")
|
||||||
(package
|
(package
|
||||||
(inherit nss)
|
(inherit nss)
|
||||||
(name "nss-rapid")
|
(name "nss-rapid")
|
||||||
(version "3.105")
|
(version "3.107")
|
||||||
(source (origin
|
(source (origin
|
||||||
(inherit (package-source nss))
|
(inherit (package-source nss))
|
||||||
(uri (let ((version-with-underscores
|
(uri (let ((version-with-underscores
|
||||||
|
@ -344,7 +344,7 @@ security standards.")
|
||||||
"nss-" version ".tar.gz")))
|
"nss-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06an746lrnmp7mnr866cjxngkrw8c5ngdykw425q4p6ai264r3lf"))))
|
"0ab7kpyg54aha86aw0ak70ckmfj1ih7d9x8mlrqhf59q7r3rczkz"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments nss)
|
(substitute-keyword-arguments (package-arguments nss)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
@ -376,7 +376,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-09-2" "./nss/tests/all.sh"))
|
(invoke "faketime" "2024-11-29" "./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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue