gnu: ldc-bootstrap: Update ldc to 0.17.4.

* gnu/packages/ldc.scm (ldc-bootstrap): Update ldc to 0.17.4.
This commit is contained in:
Danny Milosavljevic 2017-06-11 01:48:35 +02:00
parent 5fa7cc5335
commit 5144c044c3
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 98 additions and 98 deletions

View File

@ -77,9 +77,10 @@ and freshness without requiring additional information from the user.")
(license license:boost1.0))) (license license:boost1.0)))
(define-public ldc-bootstrap (define-public ldc-bootstrap
(let ((runtime-version "0.17.3"))
(package (package
(name "ldc") (name "ldc")
(version "0.17.3") (version "0.17.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -88,7 +89,7 @@ and freshness without requiring additional information from the user.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"135rgwwk82ccqp4n3fhqz4696jmvip90fg5ql2kccq5h1r71gb82")))) "1kw0j378k6bh0k66dvx99bjq8ilp8bb24w3jrmibn8rhmqv0d5q8"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(supported-systems '("x86_64-linux" "i686-linux" "armhf-linux")) (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux"))
(arguments (arguments
@ -141,7 +142,7 @@ and freshness without requiring additional information from the user.")
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/ldc-developers/phobos/archive/ldc-v" "https://github.com/ldc-developers/phobos/archive/ldc-v"
version ".tar.gz")) runtime-version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0qywnvnp019mmmr74aw90ir9f03iz0hc7cgzna609agsar0b27jl")) "0qywnvnp019mmmr74aw90ir9f03iz0hc7cgzna609agsar0b27jl"))
@ -151,7 +152,7 @@ and freshness without requiring additional information from the user.")
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/ldc-developers/druntime/archive/ldc-v" "https://github.com/ldc-developers/druntime/archive/ldc-v"
version ".tar.gz")) runtime-version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0z418n6x2fxac07sxpi4rl69069qiym4w6r9sjppn91q58qh8hjs")))) "0z418n6x2fxac07sxpi4rl69069qiym4w6r9sjppn91q58qh8hjs"))))
@ -160,7 +161,7 @@ and freshness without requiring additional information from the user.")
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/ldc-developers/dmd-testsuite/archive/ldc-v" "https://github.com/ldc-developers/dmd-testsuite/archive/ldc-v"
version ".tar.gz")) runtime-version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"196mkfax5y3yqm3gz7jhqhnkjwrvr2m4a8nc9k41l0511ldzsk9x")))))) "196mkfax5y3yqm3gz7jhqhnkjwrvr2m4a8nc9k41l0511ldzsk9x"))))))
@ -174,8 +175,7 @@ latest DMD frontend and uses LLVM as backend.")
;; which is released under the "Boost Software License version 1.0". ;; which is released under the "Boost Software License version 1.0".
(license (list license:bsd-3 (license (list license:bsd-3
license:gpl2+ license:gpl2+
license:boost1.0)))) license:boost1.0)))))
(define-public ldc (define-public ldc
;; The phobos, druntime and dmd-testsuite dependencies do not have a newer ;; The phobos, druntime and dmd-testsuite dependencies do not have a newer