gnu: nss: Update to 3.20.1.
* gnu/packages/gnuzilla.scm (nss): Update to 3.20.1. [source]: Switch to https URI.
This commit is contained in:
parent
20ed2f7aa0
commit
fe88f636e3
|
@ -129,18 +129,18 @@ in the Mozilla clients.")
|
||||||
(define-public nss
|
(define-public nss
|
||||||
(package
|
(package
|
||||||
(name "nss")
|
(name "nss")
|
||||||
(version "3.19.2")
|
(version "3.20.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((version-with-underscores
|
(uri (let ((version-with-underscores
|
||||||
(string-join (string-split version #\.) "_")))
|
(string-join (string-split version #\.) "_")))
|
||||||
(string-append
|
(string-append
|
||||||
"ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/"
|
"https://ftp.mozilla.org/pub/mozilla.org/security/nss/"
|
||||||
"releases/NSS_" version-with-underscores "_RTM/src/"
|
"releases/NSS_" version-with-underscores "_RTM/src/"
|
||||||
"nss-" version ".tar.gz")))
|
"nss-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bn9wbf52z4423134hpkyvcxq1568fvzmkybv2d49n31iwz6c1hk"))
|
"15wcbqd2b911hxafbjfn63zd1gf2yxg0s5560hnhqmyrvw8qyg5d"))
|
||||||
;; Create nss.pc and nss-config.
|
;; Create nss.pc and nss-config.
|
||||||
(patches (list (search-patch "nss-pkgconfig.patch")))))
|
(patches (list (search-patch "nss-pkgconfig.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue