[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: dub: Update to 1.5.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/06: gnu: dub: Update to 1.5.0. |
Date: |
Fri, 1 Sep 2017 17:50:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit bbfc523d95589553a9e1ecf49ab05d7318837859
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Sep 1 21:05:31 2017 +0200
gnu: dub: Update to 1.5.0.
* gnu/packages/ldc.scm (dub): Update to 1.5.0.
---
gnu/packages/ldc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index 25fcb51..d2aee9c 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.4.1")
+ (version "1.5.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
- "0hpl5srbrzwzv8abc96j4cgbmvm1zhr109ljbl7hrphzzc39zyan"))))
+ "1p9pmzjsmd7v3jpilv0z0c8ar1ykvri6nn5fv95f8d2vriczj29m"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; it would have tested itself by installing some packages
(vibe etc)
- branch master updated (81fe131 -> 6106d19), Tobias Geerinckx-Rice, 2017/09/01
- 02/06: gnu: python-ruamel.yaml: Update to 0.15.33., Tobias Geerinckx-Rice, 2017/09/01
- 01/06: gnu: gparted: Update home page., Tobias Geerinckx-Rice, 2017/09/01
- 05/06: gnu: youtube-dl: Update to 2017.09.02., Tobias Geerinckx-Rice, 2017/09/01
- 06/06: gnu: perl-html-tree: Update to 5.07., Tobias Geerinckx-Rice, 2017/09/01
- 03/06: gnu: perl-context-preserve: Update source URL., Tobias Geerinckx-Rice, 2017/09/01
- 04/06: gnu: dub: Update to 1.5.0.,
Tobias Geerinckx-Rice <=