guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: nss: Update to 3.35.


From: Marius Bakke
Subject: 01/01: gnu: nss: Update to 3.35.
Date: Sat, 17 Feb 2018 16:01:02 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 6c7dee98a13a0bc325d93b91f63cb10979f927d8
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 17 17:20:49 2018 +0100

    gnu: nss: Update to 3.35.
    
    * gnu/packages/gnuzilla.scm (nss): Update to 3.35.
---
 gnu/packages/gnuzilla.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 388c5db..1c03857 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -286,7 +286,7 @@ in the Mozilla clients.")
 (define-public nss
   (package
     (name "nss")
-    (version "3.34.1")
+    (version "3.35")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -297,7 +297,7 @@ in the Mozilla clients.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "186x33wsk4mzjz7dzbn8p0py9a0nzkgzpfkdv4rlyy5gghv5vhd3"))
+                "1ypn68z9ncbbshi3184ywrhx5i846lyd72gps1grzqzdkgh7s4pl"))
               ;; Create nss.pc and nss-config.
               (patches (search-patches "nss-pkgconfig.patch"
                                        "nss-increase-test-timeout.patch"))))



reply via email to

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