From 9a1c4edfdde956f9e21d8d898ba08f4e52582ab1 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jul 2023 02:00:02 +0200 Subject: [PATCH] gnu: fheroes2: Update to 1.0.5. * gnu/packages/games.scm (fheroes2): Update to 1.0.5. --- 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 c3b13206d1..2adafc1290 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11280,7 +11280,7 @@ (define-public sdlpop (define-public fheroes2 (package (name "fheroes2") - (version "1.0.2") + (version "1.0.5") (source (origin (method git-fetch) @@ -11289,7 +11289,7 @@ (define-public fheroes2 (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "18hl84lapmqc810rnh2wkd4p2mnfcl4gbmg5sizakqcfpahgsl33")))) + (base32 "0v7dxzb5cfjb55jydd8f61zzlvxq9mrgdy51hq19b06dmrx1dnc7")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests