gnu: nspr: Update to 4.24.

* gnu/packages/nss.scm (nspr): Update to 4.24.
This commit is contained in:
Marius Bakke 2019-12-10 16:11:00 +01:00
parent ed8adb2240
commit 0a2c10d5cc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -34,7 +34,7 @@ (define-module (gnu packages nss)
(define-public nspr
(package
(name "nspr")
(version "4.22")
(version "4.24")
(source (origin
(method url-fetch)
(uri (string-append
@ -42,7 +42,7 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz"))
(sha256
(base32
"0c6ljv3bdqhc169srbpjy0cs52xk715p04zy08rcjvl54k6bdr69"))))
"1l0ksiny032jijgk0g76wf0kiq673i01izj7jrs2h5d1yq6rm9ch"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)))