guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add nspr@4.32.


From: guix-commits
Subject: 01/04: gnu: Add nspr@4.32.
Date: Wed, 1 Dec 2021 16:52:20 -0500 (EST)

jonsger pushed a commit to branch master
in repository guix.

commit f1a2e90409622b37b3975cd566c8c0b019e6f7a3
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sat Oct 30 10:38:53 2021 +0200

    gnu: Add nspr@4.32.
    
    Required for icecat/icedove 91.
    
    * gnu/packages/nss.scm (nspr-4.32): New variable.
---
 gnu/packages/nss.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 0444b47..25203de 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -70,6 +70,19 @@ platform-neutral API for system level and libc-like 
functions.  It is used
 in the Mozilla clients.")
     (license license:mpl2.0)))
 
+(define-public nspr-4.32
+  (package
+    (inherit nspr)
+    (version "4.32")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                   "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v";
+                   version "/src/nspr-" version ".tar.gz"))
+             (sha256
+              (base32
+               "0v3zds1id71j5a5si42a658fjz8nv2f6zp6w4gqrqmdr6ksz8sxv"))))))
+
 (define-public nss
   (package
     (name "nss")



reply via email to

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