gnu: nss: Update to 3.35.

* gnu/packages/gnuzilla.scm (nss): Update to 3.35.
master
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
1 changed files with 2 additions and 2 deletions

View File

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