guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: d-tools: Update to 2.105.3.


From: guix-commits
Subject: 07/07: gnu: d-tools: Update to 2.105.3.
Date: Sat, 2 Dec 2023 06:36:24 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit aeb494322ca9dec4a4d66a7d063239c8536bd538
Author: Hugo Nobrega <hugonobrega@gmail.com>
AuthorDate: Fri Nov 10 19:44:30 2023 -0300

    gnu: d-tools: Update to 2.105.3.
    
    The previous version 2.100 was failing in `check` due to changes to the 
Phobos stdlib
    
    * gnu/packages/dlang.scm (d-tools): Update to 2.105.3.
    
    Change-Id: Id9e4580d555c735fb0eebe880928ef2f558f959e
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/dlang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 2b5b1235e4..f6b5f12a23 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -57,7 +57,7 @@
 (define-public d-tools
   (package
     (name "d-tools")
-    (version "2.100.0")
+    (version "2.105.3")
     (source
      (origin
        (method git-fetch)
@@ -66,7 +66,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jbn0hyskv4ykcckw0iganpyrm0bq2lggswspw21r4hgnxkmjbyw"))))
+        (base32 "0hvz786k0pi8697x1vk9x5bx52jiy7pvi13wmfkx15ddvv0x5j33"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]