diff options
author | Ian Eure <ian@retrospec.tv> | 2024-11-06 06:25:59 -0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-06 17:23:29 +0100 |
commit | 0ad0f8a1fa9c711f4df5908ebf800a9400f5bbc9 (patch) | |
tree | 84433c02c5e2978c042b1a768cb1a527a6243ac8 | |
parent | 544bdcbd4cd52318a4a65451063a8830b3cdf2c9 (diff) | |
download | guix-0ad0f8a1fa9c711f4df5908ebf800a9400f5bbc9.tar.gz guix-0ad0f8a1fa9c711f4df5908ebf800a9400f5bbc9.zip |
gnu: nss-rapid: Update to 3.105.
* gnu/packages/nss.scm (nss-rapid): Update to 3.105.
Change-Id: I8b502be10f5d577a258033417cf7faddc41ca214
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/nss.scm | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ security standards.") (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 @@ security standards.") "nss-" version ".tar.gz"))) (sha256 (base32 - "13mca2y92sm05kxb40qvlkq8l93ghmrhh0s3iawpc7idc8ik4xp2")))) + "06an746lrnmp7mnr866cjxngkrw8c5ngdykw425q4p6ai264r3lf")))) (arguments (substitute-keyword-arguments (package-arguments nss) ((#:phases phases) @@ -376,7 +376,7 @@ security standards.") ;; 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 |