gnu: ldc: Update to 1.1.1.
* gnu/packages/ldc.scm (ldc): Update to 1.1.1.
This commit is contained in:
parent
86baa4ce8d
commit
219369ce0f
|
@ -181,7 +181,7 @@ latest DMD frontend and uses LLVM as backend.")
|
||||||
(package
|
(package
|
||||||
(inherit ldc-bootstrap)
|
(inherit ldc-bootstrap)
|
||||||
(name "ldc")
|
(name "ldc")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
;; Beta version needed to compile various scientific tools that require
|
;; Beta version needed to compile various scientific tools that require
|
||||||
;; the newer beta versions, and won't compile successfully with the
|
;; the newer beta versions, and won't compile successfully with the
|
||||||
;; older stable version.
|
;; older stable version.
|
||||||
|
@ -193,7 +193,7 @@ latest DMD frontend and uses LLVM as backend.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10zkrmx9bcmhfxvgykm3fkjamzc8js96wm032bv0fyil5c9ja2y1"))))
|
"0yjiwg8pnlm2286bwdkwasaqw6ys7lymrqvhh5xyb1adha1ndcav"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue