diff options
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index c3b13206d1..2adafc1290 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11280,7 +11280,7 @@ disassembly of the DOS version, extended with new features.") (define-public fheroes2 (package (name "fheroes2") - (version "1.0.2") + (version "1.0.5") (source (origin (method git-fetch) @@ -11289,7 +11289,7 @@ disassembly of the DOS version, extended with new features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "18hl84lapmqc810rnh2wkd4p2mnfcl4gbmg5sizakqcfpahgsl33")))) + (base32 "0v7dxzb5cfjb55jydd8f61zzlvxq9mrgdy51hq19b06dmrx1dnc7")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests |