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
parent
3875bb1e44
commit
baa6d7e04e
|
@ -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")
|
(home-page "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public nss-certs-3.98
|
(define-public nss-certs-3.99
|
||||||
(package
|
(package
|
||||||
(inherit nss-certs)
|
(inherit nss-certs)
|
||||||
(version "3.98")
|
(version "3.99")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((version-with-underscores
|
(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")))
|
"nss-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kh98amfklrq6915n4mlbrcqghc3srm7rkzs9dkh21jwscrwqjgm"))))))
|
"1g89ig40gfi1sp02gybvl2z818lawcnrqjzsws36cdva834c5maw"))))))
|
||||||
|
|
||||||
(define-public le-certs
|
(define-public le-certs
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue