Archived
1
0
Fork 0

gnu: nss: Update to 3.35.

* gnu/packages/gnuzilla.scm (nss): Update to 3.35.
This commit is contained in:
Marius Bakke 2018-02-17 17:20:49 +01:00
parent 38692248ba
commit 6c7dee98a1
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -286,7 +286,7 @@ in the Mozilla clients.")
(define-public nss (define-public nss
(package (package
(name "nss") (name "nss")
(version "3.34.1") (version "3.35")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (let ((version-with-underscores (uri (let ((version-with-underscores
@ -297,7 +297,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz"))) "nss-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"186x33wsk4mzjz7dzbn8p0py9a0nzkgzpfkdv4rlyy5gghv5vhd3")) "1ypn68z9ncbbshi3184ywrhx5i846lyd72gps1grzqzdkgh7s4pl"))
;; Create nss.pc and nss-config. ;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch" (patches (search-patches "nss-pkgconfig.patch"
"nss-increase-test-timeout.patch")))) "nss-increase-test-timeout.patch"))))