diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:10 +0200 |
commit | 9a1c4edfdde956f9e21d8d898ba08f4e52582ab1 (patch) | |
tree | 3350dfe4acd6065b086ddd84ec862af583845eba /gnu/packages | |
parent | a71c56d4bc26613bd260cee65e8162b509c54f47 (diff) |
gnu: fheroes2: Update to 1.0.5.
* gnu/packages/games.scm (fheroes2): Update to 1.0.5.
Diffstat (limited to 'gnu/packages')
-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 |