[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: nss-certs and nss: Update to 3.26
From: |
Leo Famulari |
Subject: |
01/01: gnu: nss-certs and nss: Update to 3.26 |
Date: |
Thu, 15 Sep 2016 13:43:18 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit d002121b5e70f53aa4ff269f90f21f04ac52a026
Author: Vincent Legoll <address@hidden>
Date: Wed Aug 24 13:03:48 2016 +0200
gnu: nss-certs and nss: Update to 3.26
* gnu/packages/certs.scm (nss-certs): Update to 3.26.
* gnu/packages/gnuzilla.scm (nss): Update to 3.26.
Signed-off-by: Leo Famulari <address@hidden>
---
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 f5a4372..f010fab 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -73,7 +73,7 @@
(define-public nss-certs
(package
(name "nss-certs")
- (version "3.23")
+ (version "3.26")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -84,7 +84,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
- "1kqidv91icq96m9m8zx50n7px08km2l88458rkgyjwcn3kiq7cwl"))))
+ "0r65s5q8kk0vr48s0zr8xi610k7h072lgkkpp4z6jlxr19bkly4i"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 27c8ede..c2aba24 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -185,7 +185,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
- (version "3.23")
+ (version "3.26")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -196,7 +196,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "1kqidv91icq96m9m8zx50n7px08km2l88458rkgyjwcn3kiq7cwl"))
+ "0r65s5q8kk0vr48s0zr8xi610k7h072lgkkpp4z6jlxr19bkly4i"))
;; Create nss.pc and nss-config.
(patches (search-patches "nss-pkgconfig.patch"))))
(build-system gnu-build-system)