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

* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3.
* gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
master
Marius Bakke 2017-03-13 16:53:27 +01:00
parent d027b0011f
commit b8f99f4ae3
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-public nss-certs
(package
(name "nss-certs")
(version "3.29.2")
(version "3.29.3")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -85,7 +85,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
"149807rmzb76hnh48rw4m9jw83iw0168njzchz0hmbsgc8mk0i5w"))))
"1sz1r2iml9bhd4iqiqz75gii855a25895vpy9scjky0y4lqwrp9m"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs

View File

@ -187,7 +187,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
(version "3.29.2")
(version "3.29.3")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -198,7 +198,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
"149807rmzb76hnh48rw4m9jw83iw0168njzchz0hmbsgc8mk0i5w"))
"1sz1r2iml9bhd4iqiqz75gii855a25895vpy9scjky0y4lqwrp9m"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"
"nss-increase-test-timeout.patch"))))