guix-commits
[Top][All Lists]
Advanced

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

04/04: Revert "Revert "Revert "gnu: nss, nss-certs: Update to 3.27.2."""


From: Leo Famulari
Subject: 04/04: Revert "Revert "Revert "gnu: nss, nss-certs: Update to 3.27.2."""
Date: Sat, 7 Jan 2017 21:46:13 +0000 (UTC)

lfam pushed a commit to branch staging
in repository guix.

commit 49e8fe40fcfc579299fd44fc4c595a333a35d9d2
Author: Leo Famulari <address@hidden>
Date:   Sat Jan 7 16:43:15 2017 -0500

    Revert "Revert "Revert "gnu: nss, nss-certs: Update to 3.27.2."""
    
    We will try updating NSS on an nss-updates branch.
    
    This reverts commit 88d111c85ff506e5f8a90aafd1031b532b3acac3.
---
 gnu/packages/certs.scm    |    4 ++--
 gnu/packages/gnuzilla.scm |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index d2e1571..b27577b 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -73,7 +73,7 @@
 (define-public nss-certs
   (package
     (name "nss-certs")
-    (version "3.27.2")
+    (version "3.27.1")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -84,7 +84,7 @@
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "0945q9yyhax9lkhxs1bjlr5gwknpvhzsa4zxfh127l398i9ci2nw"))))
+                "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))))
     (build-system gnu-build-system)
     (outputs '("out"))
     (native-inputs
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 9cb1f26..9ef8428 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -186,7 +186,7 @@ in the Mozilla clients.")
 (define-public nss
   (package
     (name "nss")
-    (version "3.27.2")
+    (version "3.27.1")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -197,7 +197,7 @@ in the Mozilla clients.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "0945q9yyhax9lkhxs1bjlr5gwknpvhzsa4zxfh127l398i9ci2nw"))
+                "0sraxk26swlgl7rl742rkfp5k251v5z3lqw9k8ikin0cjfhkfdpx"))
               ;; Create nss.pc and nss-config.
               (patches (search-patches "nss-pkgconfig.patch"))))
     (build-system gnu-build-system)



reply via email to

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