diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 01:21:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-08 02:15:24 +0100 |
commit | 3f4eb02fe523f63eaf5c44e323f77061977aba7d (patch) | |
tree | 106f5af1eea87ee6b19cc5b4a1d5828ac84fa64a /gnu/packages/games.scm | |
parent | 551047838d7c6cf1ac3777b20b38b5e047f54832 (diff) | |
download | guix-3f4eb02fe523f63eaf5c44e323f77061977aba7d.tar.gz guix-3f4eb02fe523f63eaf5c44e323f77061977aba7d.zip |
gnu: fheroes2: Update to 0.9.9.
* gnu/packages/games.scm (fheroes2): Update to 0.9.9.
Diffstat (limited to 'gnu/packages/games.scm')
-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 f33ee8795b..a474933c93 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12686,7 +12686,7 @@ disassembly of the DOS version, extended with new features.") (define-public fheroes2 (package (name "fheroes2") - (version "0.9.8") + (version "0.9.9") (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests @@ -12706,7 +12706,7 @@ disassembly of the DOS version, extended with new features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1sc7rmyiciahxh5f6rarhil2hrw8q8sjdssh063grji50mlnrf6a")))) + (base32 "030kfaagxy3i7bjvbx2nf05jmbbh5g2r52l17y9bl6vbfj67yvxy")))) (home-page "https://ihhub.github.io/fheroes2/") (synopsis "Turn-based strategy game engine") (description "@code{fheroes2} is an implementation of Heroes of Might and |