gnu: c-reduce: Update to 2.3.0.

* gnu/packages/debug.scm (c-reduce): Update to 2.3.0.
  [inputs]: Use latest llvm and clang.
master
Eric Bavier 2015-08-14 01:20:14 -05:00
parent af6100f51b
commit 61be05c3c3
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -81,7 +81,7 @@ program to exhibit a bug.")
(define-public c-reduce (define-public c-reduce
(package (package
(name "c-reduce") (name "c-reduce")
(version "2.2.1") (version "2.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -90,7 +90,7 @@ program to exhibit a bug.")
"creduce-" version ".tar.gz"))) "creduce-" version ".tar.gz")))
(sha256 (sha256
(base32 (base32
"0wh0fkyg2l41d2wkndrgdiai9g2qiav7jik7cys21vmgzq01pyy2")) "0r9lvnifjcnsrkrk8k4mha1kmmb93jya7alm523ck59y3173bpi0"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(substitute* "clang_delta/TransformationManager.cpp" '(substitute* "clang_delta/TransformationManager.cpp"
@ -99,8 +99,8 @@ program to exhibit a bug.")
(inputs (inputs
`(("astyle" ,astyle) `(("astyle" ,astyle)
("delta" ,delta) ("delta" ,delta)
("llvm" ,llvm-3.5) ("llvm" ,llvm)
("clang" ,clang-3.5) ("clang" ,clang)
("flex" ,flex) ("flex" ,flex)
("indent" ,indent) ("indent" ,indent)
("perl" ,perl) ("perl" ,perl)