gnu: nspr: Update to 4.34.

* gnu/packages/nss.scm (nspr): Update to 4.34.
This commit is contained in:
Marius Bakke 2022-06-29 20:38:55 +02:00
parent a56ab603fd
commit de9d389c54
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -40,7 +40,7 @@ (define-module (gnu packages nss)
(define-public nspr
(package
(name "nspr")
(version "4.31")
(version "4.34")
(source (origin
(method url-fetch)
(uri (string-append
@ -48,7 +48,7 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz"))
(sha256
(base32
"1j5b2m8cjlhnnv8sq34587avaagkqvh521w4f95miwgvsn3xlaap"))))
"177rxcf3lglabs7sgwcvf72ww4v56qa71lc495wl13sxs4f03vxy"))))
(build-system gnu-build-system)
(inputs
;; For 'compile-et.pl' and 'nspr-config'.