diff options
| author | Jonas Meeuws <jonas.meeuws@gmail.com> | 2026-01-06 18:22:27 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-12 08:57:22 +0100 |
| commit | b7d24094ac7d0ec4350257a07c38ed0c97aed64a (patch) | |
| tree | 233ec3694cc0de1fcba1be4254abc68e607b2cd2 | |
| parent | 9ae76a34d724b7289a333d37f33fe013f691ea7c (diff) | |
gnu: gdmd: Update to 0.26.0.
Change-Id: I3435e05606629e908a0ceba9c11a1438e4a2e9b9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/gcc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 0dc25744f73..0a1a2b6ffc6 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1558,7 +1558,7 @@ also includes the druntime and phobos libraries." (define* (make-gdmd gdc) (let ((gdc-version (package-version gdc)) - (gdmd-version "0.25.0")) + (gdmd-version "0.26.0")) (package (name "gdmd") (version (string-append gdc-version "-" gdmd-version)) @@ -1570,7 +1570,7 @@ also includes the druntime and phobos libraries." (file-name (git-file-name name gdmd-version)) (sha256 (base32 - "02zncqbjrrbh5w9s18frcylhn5x3qmqb3gdlr4kxd8dkajkr3vjj")))) + "0i9warhlwyspjs3rpvs2989820909lgzjnsflpd9mp2flq7isjh0")))) (build-system copy-build-system) (arguments (list |
