guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: nss-certs: Update to 3.48.


From: guix-commits
Subject: 06/07: gnu: nss-certs: Update to 3.48.
Date: Sun, 12 Jan 2020 14:34:13 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5251669671c013afc70488f2573e230146f9bc22
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 12 20:22:40 2020 +0100

    gnu: nss-certs: Update to 3.48.
    
    This is a follow-up to commit 90076d2ce17d5b3c44ea663a44b40fa3084ead97.
    
    * gnu/packages/certs.scm (nss-certs): Update to 3.48.
---
 gnu/packages/certs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index f472601..18be845 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -76,7 +76,7 @@
 (define-public nss-certs
   (package
     (name "nss-certs")
-    (version "3.46.1")
+    (version "3.48")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -87,7 +87,7 @@
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "0l9ns44rlkp1bpblplspfbqmyhb8rhvc89y56kqh725rgpny1xrv"))))
+                "1b7qs1q7jqhw9dvkdznanzhc5dyq4bwx0biywszy3qx4hqm8571z"))))
     (build-system gnu-build-system)
     (outputs '("out"))
     (native-inputs



reply via email to

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