gnu: sparse: Update to 0.6.2.

* gnu/packages/c.scm (sparse): Update to 0.6.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-29 12:47:00 +02:00
parent 17154ad99f
commit b3808d1feb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -311,7 +311,7 @@ (define-public packcc
(define-public sparse
(package
(name "sparse")
(version "0.6.1")
(version "0.6.2")
(source (origin
(method url-fetch)
(uri
@ -319,7 +319,7 @@ (define-public sparse
"sparse-" version ".tar.xz"))
(sha256
(base32
"0qavyryxmhd1rf11akgn1nq3r15k11bqa3qajaq36a56r225rc7x"))))
"1z11chawwcmf5xxx5v52cj7wrr3warz6q5wlcjvxpif1jbga172i"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl)))
(arguments