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:
parent
6a0c9ef0e8
commit
c38b2de720
1 changed files with 13 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue