gnu: nss, nss-certs: Update to 3.34.

* gnu/packages/certs.scm (nss-certs): Update to 3.34.
* gnu/packages/gnuzilla.scm (nss): Update to 3.34.
This commit is contained in:
Marius Bakke 2017-11-19 13:19:14 +01:00
parent 0632c6a84d
commit a93447b89a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
2 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ (define certdata2pem
(define-public nss-certs
(package
(name "nss-certs")
(version "3.33")
(version "3.34")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -85,7 +85,7 @@ (define-public nss-certs
"nss-" version ".tar.gz")))
(sha256
(base32
"1r44qa4j7sri50mxxbnrpm6fxprwrhv76whi7bfq73j06syxmw4q"))))
"1x9acn47iva9j42kxfamgvn99lrnqv47fgn3rz3j6c1ph50rai8d"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs

View file

@ -281,7 +281,7 @@ (define-public nspr
(define-public nss
(package
(name "nss")
(version "3.33")
(version "3.34")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -292,7 +292,7 @@ (define-public nss
"nss-" version ".tar.gz")))
(sha256
(base32
"1r44qa4j7sri50mxxbnrpm6fxprwrhv76whi7bfq73j06syxmw4q"))
"1x9acn47iva9j42kxfamgvn99lrnqv47fgn3rz3j6c1ph50rai8d"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"
"nss-increase-test-timeout.patch"))))