gnu: ldc: Update to 1.1.1.

* gnu/packages/ldc.scm (ldc): Update to 1.1.1.
This commit is contained in:
Danny Milosavljevic 2017-02-25 08:03:15 +01:00
parent 86baa4ce8d
commit 219369ce0f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -181,7 +181,7 @@ (define-public ldc
(package
(inherit ldc-bootstrap)
(name "ldc")
(version "1.1.0")
(version "1.1.1")
;; Beta version needed to compile various scientific tools that require
;; the newer beta versions, and won't compile successfully with the
;; older stable version.
@ -193,7 +193,7 @@ (define-public ldc
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"10zkrmx9bcmhfxvgykm3fkjamzc8js96wm032bv0fyil5c9ja2y1"))))
"0yjiwg8pnlm2286bwdkwasaqw6ys7lymrqvhh5xyb1adha1ndcav"))))
(arguments
`(#:phases
(modify-phases %standard-phases