gnu: nspr: Update to 4.20.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.20.
This commit is contained in:
Marius Bakke 2018-09-01 13:23:39 +02:00
parent ea59f0487b
commit 7ea90c217f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -323,7 +323,7 @@ (define-public mozjs-52
(define-public nspr (define-public nspr
(package (package
(name "nspr") (name "nspr")
(version "4.19") (version "4.20")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -331,7 +331,7 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz")) version "/src/nspr-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0agpv3f17h8kmzi0ifibaaxc1k3xc0q61wqw3l6r2xr2z8bmkn9f")))) "0vjms4j75zvv5b2siyafg7hh924ysx2cwjad8spzp7x87n8n929c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl))) `(("perl" ,perl)))