guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: nss: Update to 3.19.2.


From: Mark H. Weaver
Subject: 11/11: gnu: nss: Update to 3.19.2.
Date: Sat, 11 Jul 2015 03:48:06 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 8ba24e62af6a3a7a8e1fc600dd9256581c411c5d
Author: Mark H Weaver <address@hidden>
Date:   Fri Jul 10 14:37:50 2015 -0400

    gnu: nss: Update to 3.19.2.
    
    * gnu/packages/gnuzilla.scm (nss): Update to 3.19.2.
---
 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 d84275e..d76bf93 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -129,7 +129,7 @@ in the Mozilla clients.")
 (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 @@ in the Mozilla clients.")
                       "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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]