diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-04-09 19:11:47 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-09 23:52:24 +0200 |
commit | 96e98d51a7057b443a1c1b32046f8be6a1987a2f (patch) | |
tree | 9e1be09c06db006583d62c129581af8db405b541 /gnu | |
parent | 6461c44c2e8327165b4bee5c2089cdad68b99f92 (diff) | |
download | patches-96e98d51a7057b443a1c1b32046f8be6a1987a2f.tar patches-96e98d51a7057b443a1c1b32046f8be6a1987a2f.tar.gz |
gnu: nss, nss-certs: Update to 3.30.1.
* gnu/packages/certs.scm (nss-certs): Update to 3.30.1.
* gnu/packages/gnuzilla.scm (nss): Update to 3.30.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/certs.scm | 4 | ||||
-rw-r--r-- | gnu/packages/gnuzilla.scm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm index 4b43348a50..31841d0e06 100644 --- a/gnu/packages/certs.scm +++ b/gnu/packages/certs.scm @@ -74,7 +74,7 @@ (define-public nss-certs (package (name "nss-certs") - (version "3.30") + (version "3.30.1") (source (origin (method url-fetch) (uri (let ((version-with-underscores @@ -85,7 +85,7 @@ "nss-" version ".tar.gz"))) (sha256 (base32 - "1agkkwb51si4raw46p44vl3d0l7wzvdjcblpcdjjz6aymq6h1h58")))) + "1djypq081m22iw0wg0q7gnpndam5f8qjhqfd5v9by4c6l6lp78hz")))) (build-system gnu-build-system) (outputs '("out")) (native-inputs diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 74063cfb74..4a2e784eec 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -194,7 +194,7 @@ in the Mozilla clients.") (define-public nss (package (name "nss") - (version "3.30") + (version "3.30.1") (source (origin (method url-fetch) (uri (let ((version-with-underscores @@ -205,7 +205,7 @@ in the Mozilla clients.") "nss-" version ".tar.gz"))) (sha256 (base32 - "1agkkwb51si4raw46p44vl3d0l7wzvdjcblpcdjjz6aymq6h1h58")) + "1djypq081m22iw0wg0q7gnpndam5f8qjhqfd5v9by4c6l6lp78hz")) ;; Create nss.pc and nss-config. (patches (search-patches "nss-pkgconfig.patch" "nss-increase-test-timeout.patch")))) |