[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: nss: Update to 3.19.1.
From: |
Mark H. Weaver |
Subject: |
01/01: gnu: nss: Update to 3.19.1. |
Date: |
Fri, 29 May 2015 02:38:03 +0000 |
mhw pushed a commit to branch nss-update
in repository guix.
commit a8cf4321366d1f69fb6d8c42ccc2a62b0cf922c3
Author: Mark H Weaver <address@hidden>
Date: Thu May 28 22:36:31 2015 -0400
gnu: nss: Update to 3.19.1.
* gnu/packages/gnuzilla.scm (nss): Update to 3.19.1.
---
gnu/packages/gnuzilla.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 20930c3..0f462ed 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -124,7 +124,7 @@ in the Mozilla clients.")
(define-public nss
(package
(name "nss")
- (version "3.18")
+ (version "3.19.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -135,7 +135,7 @@ in the Mozilla clients.")
"nss-" version ".tar.gz")))
(sha256
(base32
- "0h0xy9kvd2s8r438q4dfn25cgvv5dc1hkm9lb4bgrxpr5bxv13b1"))
+ "1zrgqlli01gsg2a5w4bk2p0q3aagi5dhd31yirnj04zca6ap1gmp"))
;; Create nss.pc and nss-config.
(patches (list (search-patch "nss-pkgconfig.patch")))))
(build-system gnu-build-system)