guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: nss: Update to 3.67.


From: guix-commits
Subject: 07/08: gnu: nss: Update to 3.67.
Date: Sat, 19 Jun 2021 11:09:26 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 58f6927af56b7fdf1fd9b5506b276f45f265be10
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 19 16:51:55 2021 +0200

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

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 73006fe..2b6bdf3 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -76,7 +76,7 @@ in the Mozilla clients.")
 (define-public nss
   (package
     (name "nss")
-    (version "3.66")
+    (version "3.67")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -87,7 +87,7 @@ in the Mozilla clients.")
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "1jfdnh5l4k57r2vb07s06hqi7m2qzk0d9x25lsdsrw3cflx9x9w9"))
+                "0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))
               ;; Create nss.pc and nss-config.
               (patches (search-patches "nss-3.56-pkgconfig.patch"
                                        "nss-getcwd-nonnull.patch"



reply via email to

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