From 27238d45309583ff920c8fe3c9e1b9f702b0ca93 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 12 Oct 2021 14:52:06 +0200 Subject: gnu: fheroes2: Update to 0.9.8. * gnu/packages/games.scm (fheroes2): Update to 0.9.8. --- gnu/packages/games.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 3b8946e42f..48cda7da07 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12614,7 +12614,7 @@ disassembly of the DOS version, extended with new features.") (define-public fheroes2 (package (name "fheroes2") - (version "0.9.7") + (version "0.9.8") (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests @@ -12634,8 +12634,7 @@ disassembly of the DOS version, extended with new features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 - "0v3zh8a8yxfikcr5vkmy36c57l4nmwisz13mjavn5f7yrirf86fn")))) + (base32 "1sc7rmyiciahxh5f6rarhil2hrw8q8sjdssh063grji50mlnrf6a")))) (home-page "https://ihhub.github.io/fheroes2/") (synopsis "Turn-based strategy game engine") (description "@code{fheroes2} is an implementation of Heroes of Might and -- cgit v1.2.3