aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-07-19 15:58:26 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-07-20 00:34:57 +0200
commit53cea7594c387753cb0a8f7698bd14d0d8c28d32 (patch)
tree96ef700812760937e5c90d4e0d48b23c4b2801f9
parente7304ab18b8c2b6381cc62264fa82d2b4acf4b59 (diff)
downloadguix-53cea7594c387753cb0a8f7698bd14d0d8c28d32.tar
guix-53cea7594c387753cb0a8f7698bd14d0d8c28d32.tar.gz
gnu: dub: Update to 1.4.0.
* gnu/packages/ldc.scm (dub): Update to 1.4.0.
-rw-r--r--gnu/packages/ldc.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index 918843c077..03cd033376 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -279,7 +279,7 @@ latest DMD frontend and uses LLVM as backend.")
(define-public dub
(package
(name "dub")
- (version "1.3.0")
+ (version "1.4.0")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "056mvf01z51qc3i1qnx7yaqr728q8pss8zabiv5zpfx2ynfsw3k7"))))
+ "1w3pznyjnmsmasrvv93f82l0sr31fpwg2zcj8hh1b2gvc5761qhi"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; it would have tested itself by installing some packages (vibe etc)