me
/
guix
Archived
1
0
Fork 0

gnu: NSPR: Update to 4.29.

* gnu/packages/nss.scm (nspr): Update to 4.29.
master
Marius Bakke 2020-10-13 01:18:37 +02:00
parent b7c0b0ad9f
commit 1a74a8c6a1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public nspr
(package
(name "nspr")
(version "4.27")
(version "4.29")
(source (origin
(method url-fetch)
(uri (string-append
@ -44,7 +44,7 @@
version "/src/nspr-" version ".tar.gz"))
(sha256
(base32
"16z82qc1l4cqn66p59ai0dy9ycllywn4jlxhip1a605bns952jbd"))))
"10i5x637x0jqmdi47grkzgn56fg6770naa3wrhr4dmsrh3dnna12"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl)))