guix_mirror_bot pushed a commit to branch gnuzilla-updates
in repository guix.

commit 158ba2f0ed4b6d41696c02323c6a223ab4b66a00
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Mon Sep 1 21:12:37 2025 +0900

    gnu: nss: Remove stale comments.
    
    * gnu/packages/nss.scm (nss): Remove stale comments.
    
    Change-Id: Ide369d15f67863f18c69150c75266c25c448f872
---
 gnu/packages/nss.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 847d663360..184b7a14b7 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -100,15 +100,10 @@ platform-neutral API for system level and libc-like 
functions.  It is used
 in the Mozilla clients.")
     (license license:mpl2.0)))
 
-;; nss should track ESRs, but currently doesn't.  3.102.1 is the current ESR.
-
 (define-public nss
   (package
     (name "nss")
-    ;; IMPORTANT: Also update and test the nss-certs package, which duplicates
-    ;; version and source to avoid a top-level variable reference & module
-    ;; cycle.
-    (version "3.101.4")
+    (version "3.101.4")                 ;update to latest ESR release
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores

Reply via email to