guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: nspr: Update to 4.34.


From: guix-commits
Subject: 01/04: gnu: nspr: Update to 4.34.
Date: Wed, 29 Jun 2022 15:23:34 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit de9d389c547765177f561cdcb53804ec0fda0a42
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jun 29 20:38:55 2022 +0200

    gnu: nspr: Update to 4.34.
    
    * gnu/packages/nss.scm (nspr): Update to 4.34.
---
 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 5e719ad5b8..98ec1ed166 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -40,7 +40,7 @@
 (define-public nspr
   (package
     (name "nspr")
-    (version "4.31")
+    (version "4.34")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -48,7 +48,7 @@
                    version "/src/nspr-" version ".tar.gz"))
              (sha256
               (base32
-               "1j5b2m8cjlhnnv8sq34587avaagkqvh521w4f95miwgvsn3xlaap"))))
+               "177rxcf3lglabs7sgwcvf72ww4v56qa71lc495wl13sxs4f03vxy"))))
     (build-system gnu-build-system)
     (inputs
      ;; For 'compile-et.pl' and 'nspr-config'.



reply via email to

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