me
/
guix
Archived
1
0
Fork 0

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>
master
Hugo Nobrega 2023-11-10 19:44:30 -03:00 committed by Ludovic Courtès
parent daf69ad3ab
commit aeb494322c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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