mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 06:45:55 +02:00
gnu: dub: Update to 1.4.1.
* gnu/packages/ldc.scm (dub): Update to 1.4.1.
This commit is contained in:
@@ -279,7 +279,7 @@ latest DMD frontend and uses LLVM as backend.")
|
||||
(define-public dub
|
||||
(package
|
||||
(name "dub")
|
||||
(version "1.4.0")
|
||||
(version "1.4.1")
|
||||
(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
|
||||
"1w3pznyjnmsmasrvv93f82l0sr31fpwg2zcj8hh1b2gvc5761qhi"))))
|
||||
"0hpl5srbrzwzv8abc96j4cgbmvm1zhr109ljbl7hrphzzc39zyan"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; it would have tested itself by installing some packages (vibe etc)
|
||||
|
||||
Reference in New Issue
Block a user