guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7f892754d541f36c691f83d06b8d7964ef8e8ef3
Author: moksh <[email protected]>
AuthorDate: Wed Feb 25 01:54:00 2026 +0530

    gnu: nss-rapid: Update to 3.121.
    
    * gnu/packages/nss.scm (nss-rapid): Update to 3.121.
    
    Change-Id: I60f2c5d6d25ae797fc7d56cc2fb20800dcebe6f8
    Signed-off-by: Ian Eure <[email protected]>
---
 gnu/packages/nss.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index c59ec64d94..3b7bcf667e 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -286,18 +286,18 @@ This package tracks the Extended Support Release (ESR) 
channel.")
   (package
    (inherit nss)
    (name "nss-rapid")
-   (version "3.119.1")
+   (version "3.121")
    (source
     (origin
       (inherit (package-source nss))
       (uri (let ((version-with-underscores
                   (string-join (string-split version #\.) "_")))
              (string-append
-              "https://ftp.mozilla.org/pub/mozilla.org/security/nss/";
+              "https://ftp.mozilla.org/pub/security/nss/";
               "releases/NSS_" version-with-underscores "_RTM/src/"
-              "nss-" version-with-underscores ".tar.gz")))
+              "nss-" version ".tar.gz")))
       (sha256
-       (base32 "10w2690zinrdc99s7qzpq43q7xgp9r6hyyqz7d9iqs3cir3vi1qk"))
+       (base32 "0bk3lxmj364vlf4x2q01pf0li3mm5ixgnfnxirxqp9xyh63qyfnb"))
       (patches
        (search-patches "nss-3.56-pkgconfig.patch"
                        "nss-getcwd-nonnull.patch"

Reply via email to