Revert "gnu: nss, nss-certs: Update to 3.27.2."

This reverts commit 7ab3ea4266.
This commit is contained in:
Leo Famulari 2016-12-20 14:35:06 -05:00
parent 62bd24db39
commit 6eda11de44
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
2 changed files with 4 additions and 4 deletions

View file

@ -73,7 +73,7 @@ (define certdata2pem
(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 @@ (define-public nss-certs
"nss-" version ".tar.gz")))
(sha256
(base32
"0945q9yyhax9lkhxs1bjlr5gwknpvhzsa4zxfh127l398i9ci2nw"))))
"0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs

View file

@ -186,7 +186,7 @@ (define-public nspr
(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 @@ (define-public nss
"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)