gnu: dub: Update to 1.5.0.
* gnu/packages/ldc.scm (dub): Update to 1.5.0.
This commit is contained in:
parent
def056d138
commit
bbfc523d95
@ -279,7 +279,7 @@ latest DMD frontend and uses LLVM as backend.")
|
|||||||
(define-public dub
|
(define-public dub
|
||||||
(package
|
(package
|
||||||
(name "dub")
|
(name "dub")
|
||||||
(version "1.4.1")
|
(version "1.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/dlang/dub/archive/"
|
(uri (string-append "https://github.com/dlang/dub/archive/"
|
||||||
@ -287,7 +287,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
|
||||||
"0hpl5srbrzwzv8abc96j4cgbmvm1zhr109ljbl7hrphzzc39zyan"))))
|
"1p9pmzjsmd7v3jpilv0z0c8ar1ykvri6nn5fv95f8d2vriczj29m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; it would have tested itself by installing some packages (vibe etc)
|
`(#:tests? #f ; it would have tested itself by installing some packages (vibe etc)
|
||||||
|
Loading…
Reference in New Issue
Block a user