Skip to content
Snippets Groups Projects
Unverified Commit c4395e78 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: nspr: Update to 4.15.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.15.
parent c476f029
No related branches found
No related tags found
No related merge requests found
...@@ -250,7 +250,7 @@ (define-public mozjs-38 ...@@ -250,7 +250,7 @@ (define-public mozjs-38
(define-public nspr (define-public nspr
(package (package
(name "nspr") (name "nspr")
(version "4.14") (version "4.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
...@@ -258,7 +258,7 @@ (define-public nspr ...@@ -258,7 +258,7 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz")) version "/src/nspr-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1m8p9l3prabhfxz6zs889fl7gmcka72a62i46a8klh2pca11iz34")))) "101dksqm1z0hzd7ap82ccbxjr48s6q3xhshdl81qkj6hqdmy1p97"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl))) `(("perl" ,perl)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment