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.2")
+ (version "3.27.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ 84,7 84,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "0945q9yyhax9lkhxs1bjlr5gwknpvhzsa4zxfh127l398i9ci2nw"))))
+ "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))))
(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.2")
+ (version "3.27.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ 197,7 197,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "0945q9yyhax9lkhxs1bjlr5gwknpvhzsa4zxfh127l398i9ci2nw"))
+ "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"))))
(build-system gnu-build-system)