diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-12 14:52:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-13 01:20:20 +0200 |
commit | 27238d45309583ff920c8fe3c9e1b9f702b0ca93 (patch) | |
tree | 1095af50483ad61a1181ff7030f9324f0cdba6fe /gnu/packages/games.scm | |
parent | c181e83fba89e0fd643c67d84dacb35a91d643aa (diff) | |
download | guix-27238d45309583ff920c8fe3c9e1b9f702b0ca93.tar guix-27238d45309583ff920c8fe3c9e1b9f702b0ca93.tar.gz |
gnu: fheroes2: Update to 0.9.8.
* gnu/packages/games.scm (fheroes2): Update to 0.9.8.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 2 insertions, 3 deletions
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 |