From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 51508@debbugs.gnu.org
Cc: mhw@netris.org, Jonathan Brielmaier <jonathan.brielmaier@web.de>
Subject: [bug#51508] [PATCH 1/2] gnu: Add nspr@4.32.
Date: Sat, 30 Oct 2021 12:50:37 +0200 [thread overview]
Message-ID: <20211030105038.12529-1-jonathan.brielmaier@web.de> (raw)
In-Reply-To: <20211030104659.12458-1-jonathan.brielmaier@web.de>
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 0444b47071..25203deb31 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -70,6 +70,19 @@ (define-public nspr
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")
--
2.33.1
next prev parent reply other threads:[~2021-10-30 10:51 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-30 10:46 [bug#51508] [PATCH 0/2] Update icedove to 91 branch Jonathan Brielmaier
2021-10-30 10:50 ` Jonathan Brielmaier [this message]
2021-10-30 10:50 ` [bug#51508] [PATCH 2/2] gnu: icedove: Update to 91.2.1 Jonathan Brielmaier
2021-10-30 22:02 ` [bug#51508] [PATCH 0/2] Update icedove to 91 branch Mark H Weaver
2021-10-31 5:43 ` Mark H Weaver
2021-10-31 11:35 ` Jonathan Brielmaier
2021-11-02 14:18 ` Mark H Weaver
2021-11-13 22:06 ` Ludovic Courtès
2021-12-01 22:24 ` bug#51508: " Jonathan Brielmaier
2021-12-03 22:33 ` [bug#51508] " pelzflorian (Florian Pelz)
2021-12-04 14:13 ` Jonathan Brielmaier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211030105038.12529-1-jonathan.brielmaier@web.de \
--to=jonathan.brielmaier@web.de \
--cc=51508@debbugs.gnu.org \
--cc=mhw@netris.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).