diff options
author | Yovan Naumovski <yovan@gorski.stream> | 2025-01-02 20:14:53 +0200 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-05 13:31:08 +0800 |
commit | 7b273c2b5758f8f810ae45c5c74368198e6950f2 (patch) | |
tree | 98442ecd115dfe9fc779fda33f091a223a92ab73 /gnu/packages/games.scm | |
parent | a6e6973b1edbf402d5b881347575b750e7850030 (diff) |
gnu: fheroes2: Update to 1.1.5.
* gnu/packages/games.scm (fheroes2): Update to 1.1.5.
Change-Id: I6cf05e2c7deadb8ec53fd4cfaa6a4e4f9da017c7
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
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 d42c0b7d25..4b49e9725a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -12116,7 +12116,7 @@ disassembly of the DOS version, extended with new features.") (define-public fheroes2 (package (name "fheroes2") - (version "1.0.11") + (version "1.1.5") (source (origin (method git-fetch) @@ -12125,7 +12125,7 @@ disassembly of the DOS version, extended with new features.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1i1a4dynlb5kl55rmfmib2jha1b2igw5jyiiyla1fxgkbkjnbf27")))) + (base32 "1zi8p8932pnmgjqm08l2ql5lwdrl9bcsm8bzf66hciw85l6dlbi3")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests |