gnu: NSPR: Update to 4.35.

* gnu/packages/nss.scm (nspr): Update to 4.35.
This commit is contained in:
Marius Bakke 2022-11-20 21:31:54 +01:00
parent 11141c5bb7
commit e7b7722821
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.34")
(version "4.35")
(source (origin
(method url-fetch)
(uri (string-append
@ -48,7 +48,7 @@ (define-public nspr
version "/src/nspr-" version ".tar.gz"))
(sha256
(base32
"177rxcf3lglabs7sgwcvf72ww4v56qa71lc495wl13sxs4f03vxy"))))
"13xwda56yhp1w7v02qvlxvlqiniw8kr4g3fxlljmv6wnlmz2k8vy"))))
(build-system gnu-build-system)
(inputs
(list perl ;for 'compile-et.pl'