3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: nspr: Update to 4.22.

* gnu/packages/nss.scm (nspr): Update to 4.22.
This commit is contained in:
Marius Bakke 2019-10-08 20:31:49 +02:00
parent a40416f2bf
commit c29bdd54a7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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