mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: nss: Remove stale comments.
* gnu/packages/nss.scm (nss): Remove stale comments. Change-Id: Ide369d15f67863f18c69150c75266c25c448f872
This commit is contained in:
parent
ebe032d51d
commit
7841acc422
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue