me
/
guix
Archived
1
0
Fork 0

gnu: NSPR: Update to 4.35.

* gnu/packages/nss.scm (nspr): Update to 4.35.
master
Marius Bakke 2022-11-20 21:31:54 +01:00 committed by Maxim Cournoyer
parent aeed9d884e
commit 968137837e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
(define-public nspr (define-public nspr
(package (package
(name "nspr") (name "nspr")
(version "4.34") (version "4.35")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -48,7 +48,7 @@
version "/src/nspr-" version ".tar.gz")) version "/src/nspr-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"177rxcf3lglabs7sgwcvf72ww4v56qa71lc495wl13sxs4f03vxy")))) "13xwda56yhp1w7v02qvlxvlqiniw8kr4g3fxlljmv6wnlmz2k8vy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list perl ;for 'compile-et.pl' (list perl ;for 'compile-et.pl'