gnu: nss: Update to 3.21.1.

* gnu/packages/gnuzilla.scm (nss): Update to 3.21.1.
master
Mark H Weaver 2016-03-02 14:23:58 -05:00
parent d47ad0890c
commit bd009cd95d
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
(version "3.21")
(version "3.21.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@ -188,7 +188,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
"0fbjx3xsdm4gjc1gyzy2z315cvyw7yilsm7p9w75rpbwgl15nyiz"))
"0knr99yc8sba2ga6x1gwhg9gr1dmgcl344g3bmxm8c364i2vpxns"))
;; Create nss.pc and nss-config.
(patches (list (search-patch "nss-pkgconfig.patch")))))
(build-system gnu-build-system)