gnu: nss-certs and nss: Update to 3.27.1.

* gnu/packages/certs.scm (nss-certs): Update to 3.27.1.
* gnu/packages/gnuzilla.scm (nss): Update to 3.27.1.
master
Leo Famulari 2016-10-05 17:04:13 -04:00
parent 1459476089
commit 6a4cbc6f12
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-public nss-certs
(package
(name "nss-certs")
(version "3.26")
(version "3.27.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -84,7 +84,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
"0r65s5q8kk0vr48s0zr8xi610k7h072lgkkpp4z6jlxr19bkly4i"))))
"0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs

View File

@ -185,7 +185,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
(version "3.26")
(version "3.27.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -196,7 +196,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
"0r65s5q8kk0vr48s0zr8xi610k7h072lgkkpp4z6jlxr19bkly4i"))
"0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"))))
(build-system gnu-build-system)