From 442e20ce33ead9d9708d5239f6d53fa7fcffcbf2 Mon Sep 17 00:00:00 2001 From: Jonas Meeuws Date: Tue, 4 Aug 2026 15:22:12 +0200 Subject: gnu: dmd: Update to 2.112.0. * gnu/packages/dlang.scm (dmd-bootstrap): Update to 2.112.0. Signed-off-by: Liliana Marie Prikler --- gnu/packages/dlang.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm index 16dd1be058a..6c5bd2132fe 100644 --- a/gnu/packages/dlang.scm +++ b/gnu/packages/dlang.scm @@ -344,16 +344,18 @@ integration tests...\n") ;; and their names must have the same length to avoid corrupting the ;; binary. (name "dmd") - (version "2.111.0") + (version "2.112.0") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/dlang/dmd") (commit (string-append "v" version)))) (file-name (git-file-name "dmd" version)) + ;; Note: When updating, also update the hash of phobos in the + ;; native-inputs below. (sha256 (base32 - "0cz5qdd1j89w2s7nzw9ahzwsqiraidg4ajy7syy7qkk7mwcyrf6r")))) + "0qvg2fb73kyng8k1wj482g07ar2qw5laa5fynwx7pdd610n0pjpc")))) (build-system gnu-build-system) (arguments (list @@ -554,7 +556,7 @@ integration tests...\n") (file-name (git-file-name "phobos" version)) (sha256 (base32 - "1ydls3ar6d3f7ffqvidr46x3zrz3wlzjln5qa0nbz843ndjr4g7n")) + "0afi5glnf96242cbnr10ccjvfsgkh4k5y7qnmxv4ph5g0izvi1dc")) (patches (search-patches "dmd-phobos-support-TZDIR.patch"))))) (outputs '("out" "lib" "debug")) (synopsis "Reference D Programming Language compiler") -- cgit v1.2.3