M gnu/packages/certs.scm => gnu/packages/certs.scm +2 -2
@@ 73,7 73,7 @@
(define-public nss-certs
(package
(name "nss-certs")
- (version "3.27.1")
+ (version "3.29.2")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ 84,7 84,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))))
+ "149807rmzb76hnh48rw4m9jw83iw0168njzchz0hmbsgc8mk0i5w"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs
M gnu/packages/gnuzilla.scm => gnu/packages/gnuzilla.scm +2 -2
@@ 186,7 186,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
- (version "3.27.1")
+ (version "3.29.2")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ 197,7 197,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))
+ "149807rmzb76hnh48rw4m9jw83iw0168njzchz0hmbsgc8mk0i5w"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"))))
(build-system gnu-build-system)
M gnu/packages/patches/nss-pkgconfig.patch => gnu/packages/patches/nss-pkgconfig.patch +2 -2
@@ 221,5 221,5 @@ Later adapted to apply cleanly to nss-3.21.
RELEASE = nss
--DIRS = coreconf lib cmd external_tests
-+DIRS = coreconf lib cmd external_tests config
+-DIRS = coreconf lib cmd gtests
++DIRS = coreconf lib cmd gtests config