1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: Add nspr-4.36.

* gnu/packages/nss.scm (nspr-4.36): New variable.

Change-Id: I5c7c4f5f96e3b9ed763c63c9b5b5996a63d45985
This commit is contained in:
Ian Eure 2025-05-15 07:15:58 -07:00
parent 6a0c9ef0e8
commit c38b2de720
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -95,6 +95,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.36
(package
(inherit nspr)
(version "4.36")
(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
"15b83ipjxrmw0909l5qqz13pbarhp50d6i58vgjx4720y4bw7pjm"))))))
(define-public nspr-4.32
(package
(inherit nspr)