me
/
guix
Archived
1
0
Fork 0

gnu: nss-certs: Update to 3.99.

* gnu/packages/certs.scm (nss-certs): Update to 3.99.

Change-Id: I588bc385022df486e596cd6fc5a7363df919b80b
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Ian Eure 2024-04-27 17:42:11 -07:00 committed by Maxim Cournoyer
parent 3875bb1e44
commit baa6d7e04e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -188,10 +188,10 @@ taken from the NSS package and thus ultimately from the Mozilla project.")
(home-page "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS")
(license license:mpl2.0)))
(define-public nss-certs-3.98
(define-public nss-certs-3.99
(package
(inherit nss-certs)
(version "3.98")
(version "3.99")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -202,7 +202,7 @@ taken from the NSS package and thus ultimately from the Mozilla project.")
"nss-" version ".tar.gz")))
(sha256
(base32
"1kh98amfklrq6915n4mlbrcqghc3srm7rkzs9dkh21jwscrwqjgm"))))))
"1g89ig40gfi1sp02gybvl2z818lawcnrqjzsws36cdva834c5maw"))))))
(define-public le-certs
(package