gnu: c-reduce: Update to 2.10.0.
* gnu/packages/debug.scm (c-reduce): Update to 2.10.0. [inputs]: Use default clang & llvm versions (currently 8).
This commit is contained in:
parent
ef421791c5
commit
1d552f636b
|
@ -95,7 +95,7 @@ program to exhibit a bug.")
|
||||||
(define-public c-reduce
|
(define-public c-reduce
|
||||||
(package
|
(package
|
||||||
(name "c-reduce")
|
(name "c-reduce")
|
||||||
(version "2.8.0")
|
(version "2.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -103,13 +103,12 @@ program to exhibit a bug.")
|
||||||
(string-append "http://embed.cs.utah.edu/creduce/"
|
(string-append "http://embed.cs.utah.edu/creduce/"
|
||||||
"creduce-" version ".tar.gz")))
|
"creduce-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0qx0zq8jxzx2as2zf0740g7kvgq163ayn3041di4vwk77490y76v"))))
|
||||||
"1vqx73ymfscvlyig03972a5m7ar3gx2yv6m8c6h2mibz792j5xkp"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("astyle" ,astyle)
|
`(("astyle" ,astyle)
|
||||||
("llvm" ,llvm-6)
|
("llvm" ,llvm)
|
||||||
("clang" ,clang-6)
|
("clang" ,clang)
|
||||||
("flex" ,flex)
|
("flex" ,flex)
|
||||||
("indent" ,indent)
|
("indent" ,indent)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
|
Loading…
Reference in New Issue