gnu: nspr: Update to 4.14.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.14.
This commit is contained in:
Efraim Flashner 2017-03-27 20:33:57 +03:00
parent aaac423cc4
commit 84fb4bd907
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -161,7 +161,7 @@ (define-public mozjs-24
(define-public nspr
(package
(name "nspr")
(version "4.13.1")
(version "4.14")
(source (origin
(method url-fetch)
(uri (string-append
@ -169,10 +169,10 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz"))
(sha256
(base32
"1arkg08l6zlp8v44shqbk2c8qzwd913lgh60fb3yfxls6d8ifk2y"))))
"1m8p9l3prabhfxz6zs889fl7gmcka72a62i46a8klh2pca11iz34"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)))
`(("perl" ,perl)))
(arguments
`(#:tests? #f ; no check target
#:configure-flags (list "--enable-64bit"