mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nss/fixed: Update to 3.99.
* gnu/packages/nss.scm (nss/fixed): Update to 3.99. Change-Id: I5a2b461c0a13212a45c81304f0ea2c2f4bb777c1 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c85a7e1b2b
commit
3875bb1e44
1 changed files with 2 additions and 2 deletions
|
@ -250,7 +250,7 @@ security standards.")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public nss/fixed
|
(define-public nss/fixed
|
||||||
(let ((actual-version "3.98"))
|
(let ((actual-version "3.99"))
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(inherit nss)
|
(inherit nss)
|
||||||
|
@ -265,7 +265,7 @@ security standards.")
|
||||||
"nss-" actual-version ".tar.gz")))
|
"nss-" actual-version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kh98amfklrq6915n4mlbrcqghc3srm7rkzs9dkh21jwscrwqjgm"))))
|
"1g89ig40gfi1sp02gybvl2z818lawcnrqjzsws36cdva834c5maw"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments nss)
|
(substitute-keyword-arguments (package-arguments nss)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue