gnu: nspr: Update to 4.13.1.

* gnu/packages/gnuzilla.scm (nspr): Update to 4.13.1.
This commit is contained in:
Leo Famulari 2017-01-06 13:08:47 -05:00
parent 03476a23ff
commit 707c65aad7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -152,7 +152,7 @@ (define-public mozjs-24
(define-public nspr (define-public nspr
(package (package
(name "nspr") (name "nspr")
(version "4.12") (version "4.13.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -160,7 +160,7 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz")) version "/src/nspr-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1pk98bmc5xzbl62q5wf2d6mryf0v95z6rsmxz27nclwiaqg0mcg0")))) "1arkg08l6zlp8v44shqbk2c8qzwd913lgh60fb3yfxls6d8ifk2y"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("perl" ,perl))) `(("perl" ,perl)))