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.21.1.


From: Mark H. Weaver
Subject: 01/02: gnu: nss: Update to 3.21.1.
Date: Wed, 02 Mar 2016 20:26:04 +0000

mhw pushed a commit to branch master
in repository guix.

commit bd009cd95d311e430fb25d6c918086376b6c22fc
Author: Mark H Weaver <address@hidden>
Date:   Wed Mar 2 14:23:58 2016 -0500

    gnu: nss: Update to 3.21.1.
    
    * gnu/packages/gnuzilla.scm (nss): Update to 3.21.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 dca461f..ec97491 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -177,7 +177,7 @@ in the Mozilla clients.")
 (define-public nss
   (package
     (name "nss")
-    (version "3.21")
+    (version "3.21.1")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -188,7 +188,7 @@ in the Mozilla clients.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "0fbjx3xsdm4gjc1gyzy2z315cvyw7yilsm7p9w75rpbwgl15nyiz"))
+                "0knr99yc8sba2ga6x1gwhg9gr1dmgcl344g3bmxm8c364i2vpxns"))
               ;; 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]