Skip to content
Snippets Groups Projects
Commit f8686375 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: nss: Upgrade to 3.19.2.

* gnu/packages/gnuzilla.scm (nss): Upgrade to 3.19.2.
parent 2de3cd89
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ (define-public nspr
(define-public nss
(package
(name "nss")
(version "3.19.1")
(version "3.19.2")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
......@@ -140,7 +140,7 @@ (define-public nss
"nss-" version ".tar.gz")))
(sha256
(base32
"1zrgqlli01gsg2a5w4bk2p0q3aagi5dhd31yirnj04zca6ap1gmp"))
"1bn9wbf52z4423134hpkyvcxq1568fvzmkybv2d49n31iwz6c1hk"))
;; Create nss.pc and nss-config.
(patches (list (search-patch "nss-pkgconfig.patch")))))
(build-system gnu-build-system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment