diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 18:48:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-18 19:36:32 +0100 |
commit | 484fcf09fd4605b6a008a62000bed0e0e844de45 (patch) | |
tree | 8bebb0b0386a2a1e28c2421ca97bf6bff0f4c3a0 | |
parent | 094313032ab9c2e3701280f68286fd2b27412213 (diff) | |
download | guix-484fcf09fd4605b6a008a62000bed0e0e844de45.tar guix-484fcf09fd4605b6a008a62000bed0e0e844de45.tar.gz |
gnu: fheroes2: Update to 0.9.10.
* gnu/packages/games.scm (fheroes2): Update to 0.9.10.
-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 f52fcea1f7..ffe4e74cc3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12476,7 +12476,7 @@ disassembly of the DOS version, extended with new features.") (define-public fheroes2 (package (name "fheroes2") - (version "0.9.9") + (version "0.9.10") (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests @@ -12496,7 +12496,7 @@ disassembly of the DOS version, extended with new features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "030kfaagxy3i7bjvbx2nf05jmbbh5g2r52l17y9bl6vbfj67yvxy")))) + (base32 "0zz8k1ygw4kwnv403q60v2hdfzk13p89jjgmpfbylhxchjvwaxgh")))) (home-page "https://ihhub.github.io/fheroes2/") (synopsis "Turn-based strategy game engine") (description "@code{fheroes2} is an implementation of Heroes of Might and |