From 7b273c2b5758f8f810ae45c5c74368198e6950f2 Mon Sep 17 00:00:00 2001 From: Yovan Naumovski Date: Thu, 2 Jan 2025 20:14:53 +0200 Subject: [PATCH] gnu: fheroes2: Update to 1.1.5. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/games.scm (fheroes2): Update to 1.1.5. Change-Id: I6cf05e2c7deadb8ec53fd4cfaa6a4e4f9da017c7 Signed-off-by: 宋文武 --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index d42c0b7d25953509ec77809228dc1ac66db763c1..4b49e9725acb24a03c00070d496565c02b22ef24 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