[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: nss, nss-certs: Update to 3.43.
From: |
guix-commits |
Subject: |
02/02: gnu: nss, nss-certs: Update to 3.43. |
Date: |
Thu, 21 Mar 2019 18:32:21 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 6f99fb5be05730cbdcb9139075a8aee5e6696462
Author: Marius Bakke <address@hidden>
Date: Thu Mar 21 19:31:34 2019 +0100
gnu: nss, nss-certs: Update to 3.43.
* gnu/packages/gnuzilla.scm (nss): Update to 3.43.
* gnu/packages/certs.scm (nss-certs): Ditto.
---
gnu/packages/certs.scm | 4 ++--
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 89f2ff2..ae3db7b 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -76,7 +76,7 @@
(define-public nss-certs
(package
(name "nss-certs")
- (version "3.42.1")
+ (version "3.43")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -87,7 +87,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "1ihzqspvqjmysp1c15xxr7kqvj3zm9dqnanxhkaxyjgx71yv6z88"))))
+ "1jp27w4w9nj5pkzrbc1zqj6pa09h2yy7vhzyx5fvg1q86fvw22zk"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 268d761..4260dfc 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -443,7 +443,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
- (version "3.42.1")
+ (version "3.43")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -454,7 +454,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "1ihzqspvqjmysp1c15xxr7kqvj3zm9dqnanxhkaxyjgx71yv6z88"))
+ "1jp27w4w9nj5pkzrbc1zqj6pa09h2yy7vhzyx5fvg1q86fvw22zk"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"
"nss-increase-test-timeout.patch"))))