Archived
1
0
Fork 0

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