guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b09bfcb1eb9e15c217debe3e884eb0e9b94aee62
Author: Ian Eure <[email protected]>
AuthorDate: Fri Nov 21 12:59:32 2025 -0800
gnu: nss-rapid: Update to 3.118.1.
* gnu/packages/nss.scm (nss-rapid): Update to 3.118.1.
Change-Id: I48392728cd3eab54ff73b67c03dd6cc2884c9270
---
gnu/packages/nss.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 36ba51affe..1ba495145d 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -286,7 +286,7 @@ This package tracks the Extended Support Release (ESR)
channel.")
(package
(inherit nss)
(name "nss-rapid")
- (version "3.116")
+ (version "3.118.1")
(source
(origin
(inherit (package-source nss))
@@ -297,7 +297,7 @@ This package tracks the Extended Support Release (ESR)
channel.")
"releases/NSS_" version-with-underscores "_RTM/src/"
"nss-" version ".tar.gz")))
(sha256
- (base32 "0wxvy9kxqafrwqkx977wpy1mynvsf7mdag3zy9qkn7mdwhfn2f1r"))
+ (base32 "1lxqmasrw35c0y7dhkpsg16rzxp2f2q2zkfhsgy6cwm3drkhlfcc"))
(patches
(search-patches "nss-3.56-pkgconfig.patch"
"nss-getcwd-nonnull.patch"