From 6eaae8a96518f12d52d3393f72740844bbe5b0dd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 10 Sep 2023 02:00:00 +0200 Subject: gnu: angband: Update to 4.2.5. * gnu/packages/games.scm (angband): Update to 4.2.5. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index db157f30e1..0b7518c2c2 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3313,7 +3313,7 @@ that beneath its ruins lay buried an ancient evil.") (define-public angband (package (name "angband") - (version "4.2.4") + (version "4.2.5") (source (origin (method git-fetch) @@ -3322,7 +3322,7 @@ that beneath its ruins lay buried an ancient evil.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1x0qqsv7xa3figcl4v35sin64ffgz32652vk541d8qaq4qcc378n")) + (base32 "0kg6npbfy42mhggsqvs04khc8198i980z52xm59pws29698qazaw")) (modules '((guix build utils))) (snippet ;; So, some of the sounds/graphics/tilesets are under different -- cgit v1.2.3