guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: nss: Update to 3.20.2.


From: Mark H. Weaver
Subject: 01/02: gnu: nss: Update to 3.20.2.
Date: Wed, 23 Dec 2015 23:20:08 +0000

mhw pushed a commit to branch master
in repository guix.

commit bba5de0e43e9820fae1442c4ce893c10cb945674
Author: Mark H Weaver <address@hidden>
Date:   Wed Dec 23 10:41:50 2015 -0500

    gnu: nss: Update to 3.20.2.
    
    * gnu/packages/gnuzilla.scm (nss): Update to 3.20.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 8125a26..3172bc8 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -167,7 +167,7 @@ in the Mozilla clients.")
 (define-public nss
   (package
     (name "nss")
-    (version "3.20.1")
+    (version "3.20.2")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -178,7 +178,7 @@ in the Mozilla clients.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "15wcbqd2b911hxafbjfn63zd1gf2yxg0s5560hnhqmyrvw8qyg5d"))
+                "11pjjcp0mvcyx0ildyz20s9jlqzxsb6a9jlvcq5x1g3zsmckl6hl"))
               ;; 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]