guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e75b41258498f4dea4ed99b7b28dc483f4d081e7
Author: moksh <[email protected]>
AuthorDate: Sat Jul 25 23:39:03 2026 +0530
gnu: nss-rapid: Update to 3.126.
* gnu/packages/nss.scm (nss-rapid): Update to 3.126.
Change-Id: I4be0af3958ef32cb8ffd9d4efe271dca7445a577
Signed-off-by: Ian Eure <[email protected]>
---
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 2573c8b1fb..da09de691d 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -287,7 +287,7 @@ This package tracks the Extended Support Release (ESR)
channel.")
(package
(inherit nss)
(name "nss-rapid")
- (version "3.124")
+ (version "3.126")
(source
(origin
(inherit (package-source nss))
@@ -298,7 +298,7 @@ This package tracks the Extended Support Release (ESR)
channel.")
"releases/NSS_" version-with-underscores "_RTM/src/"
"nss-" version ".tar.gz")))
(sha256
- (base32 "16xwl1s1sh1852d9iw9ld96qfby0icl8v0a848xjjrxjphf9znl0"))
+ (base32 "0dz3z7hliwy0w5kq0j5y840fyypvkwj0n91rsy13sig1idspr83s"))
(patches
(search-patches "nss-3.56-pkgconfig.patch"
"nss-getcwd-nonnull.patch"