diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-07 01:37:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-07 02:42:18 +0100 |
commit | e7aee9fe8a8d5b8529bc74d144b848ebab84becf (patch) | |
tree | 8ae40e41f9c7c4d4f1d3db62aec06a3926c3db4c /gnu | |
parent | 94fbbf0d2670851150d329b2a7adb70cceaba598 (diff) | |
download | guix-e7aee9fe8a8d5b8529bc74d144b848ebab84becf.tar.gz guix-e7aee9fe8a8d5b8529bc74d144b848ebab84becf.zip |
gnu: fheroes2: Update to 0.9.11.
* gnu/packages/games.scm (fheroes2): Update to 0.9.11.
Diffstat (limited to 'gnu')
-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 db89e6f872..7f40a83a7e 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12561,7 +12561,7 @@ disassembly of the DOS version, extended with new features.") (define-public fheroes2 (package (name "fheroes2") - (version "0.9.10") + (version "0.9.11") (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests @@ -12581,7 +12581,7 @@ disassembly of the DOS version, extended with new features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0zz8k1ygw4kwnv403q60v2hdfzk13p89jjgmpfbylhxchjvwaxgh")))) + (base32 "1m8649srzg3j2b1hs4x2y8fib6hn7v0afv4c7bjnfk4bhpi4cqd7")))) (home-page "https://ihhub.github.io/fheroes2/") (synopsis "Turn-based strategy game engine") (description "@code{fheroes2} is an implementation of Heroes of Might and |