summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Eure <ian@retrospec.tv>2025-06-28 19:25:03 -0700
committerIan Eure <ian@retrospec.tv>2025-06-29 20:40:09 -0700
commit36badd3497e812debfcb92ec9ac09518b34ba90c (patch)
tree47010a564d09215170bb611b3f91e5a15ce57a45
parent38123054647d0a5274b63fe149675dc2a56e54b9 (diff)
gnu: nss-rapid: Update to 3.113.
* gnu/packages/nss.scm (nss-rapid): Update to 3.113. Change-Id: I8ab4c0121f4c3f2bea68793f0b71a780ecf3aa2a
-rw-r--r--gnu/packages/nss.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 351934f8a4..2f1ca45df9 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"))))
+ "03qwl3ps3xgc9pkc07qrsa4vd2r57mjwicv3gb483gfk2ashdvxc"))))
(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)