gnu: sparse: Update to 0.6.2.
* gnu/packages/c.scm (sparse): Update to 0.6.2.
This commit is contained in:
parent
17154ad99f
commit
b3808d1feb
1 changed files with 2 additions and 2 deletions
|
@ -311,7 +311,7 @@ any other grammar rules.")
|
||||||
(define-public sparse
|
(define-public sparse
|
||||||
(package
|
(package
|
||||||
(name "sparse")
|
(name "sparse")
|
||||||
(version "0.6.1")
|
(version "0.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -319,7 +319,7 @@ any other grammar rules.")
|
||||||
"sparse-" version ".tar.xz"))
|
"sparse-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qavyryxmhd1rf11akgn1nq3r15k11bqa3qajaq36a56r225rc7x"))))
|
"1z11chawwcmf5xxx5v52cj7wrr3warz6q5wlcjvxpif1jbga172i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("perl" ,perl)))
|
(inputs `(("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue