diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2026-08-04 15:22:12 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:14 +0200 |
| commit | 442e20ce33ead9d9708d5239f6d53fa7fcffcbf2 (patch) | |
| tree | a7629e788c523532ae0185abe621378de16e12be /gnu/packages | |
| parent | 44aec47a830c76e26982307cc134fe404226ed87 (diff) | |
gnu: dmd: Update to 2.112.0.
* gnu/packages/dlang.scm (dmd-bootstrap): Update to 2.112.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/dlang.scm | 8 |
1 files 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") | |||
| 344 | ;; and their names must have the same length to avoid corrupting the | 344 | ;; and their names must have the same length to avoid corrupting the |
| 345 | ;; binary. | 345 | ;; binary. |
| 346 | (name "dmd") | 346 | (name "dmd") |
| 347 | (version "2.111.0") | 347 | (version "2.112.0") |
| 348 | (source (origin | 348 | (source (origin |
| 349 | (method git-fetch) | 349 | (method git-fetch) |
| 350 | (uri (git-reference | 350 | (uri (git-reference |
| 351 | (url "https://github.com/dlang/dmd") | 351 | (url "https://github.com/dlang/dmd") |
| 352 | (commit (string-append "v" version)))) | 352 | (commit (string-append "v" version)))) |
| 353 | (file-name (git-file-name "dmd" version)) | 353 | (file-name (git-file-name "dmd" version)) |
| 354 | ;; Note: When updating, also update the hash of phobos in the | ||
| 355 | ;; native-inputs below. | ||
| 354 | (sha256 | 356 | (sha256 |
| 355 | (base32 | 357 | (base32 |
| 356 | "0cz5qdd1j89w2s7nzw9ahzwsqiraidg4ajy7syy7qkk7mwcyrf6r")))) | 358 | "0qvg2fb73kyng8k1wj482g07ar2qw5laa5fynwx7pdd610n0pjpc")))) |
| 357 | (build-system gnu-build-system) | 359 | (build-system gnu-build-system) |
| 358 | (arguments | 360 | (arguments |
| 359 | (list | 361 | (list |
| @@ -554,7 +556,7 @@ integration tests...\n") | |||
| 554 | (file-name (git-file-name "phobos" version)) | 556 | (file-name (git-file-name "phobos" version)) |
| 555 | (sha256 | 557 | (sha256 |
| 556 | (base32 | 558 | (base32 |
| 557 | "1ydls3ar6d3f7ffqvidr46x3zrz3wlzjln5qa0nbz843ndjr4g7n")) | 559 | "0afi5glnf96242cbnr10ccjvfsgkh4k5y7qnmxv4ph5g0izvi1dc")) |
| 558 | (patches (search-patches "dmd-phobos-support-TZDIR.patch"))))) | 560 | (patches (search-patches "dmd-phobos-support-TZDIR.patch"))))) |
| 559 | (outputs '("out" "lib" "debug")) | 561 | (outputs '("out" "lib" "debug")) |
| 560 | (synopsis "Reference D Programming Language compiler") | 562 | (synopsis "Reference D Programming Language compiler") |
