diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 06ba868f35..63198712d8 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -80,6 +80,7 @@ ;;; Copyright © 2023 Ivana Drazovic ;;; Copyright © 2023, 2024 gemmaro ;;; Copyright © 2023 Wilko Meyer +;;; Copyright © 2024 Vagrant Cascadian ;;; ;;; This file is part of GNU Guix. ;;; @@ -11322,7 +11323,7 @@ (define-public sdlpop (define-public fheroes2 (package (name "fheroes2") - (version "1.0.5") + (version "1.0.11") (source (origin (method git-fetch) @@ -11331,7 +11332,7 @@ (define-public fheroes2 (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0v7dxzb5cfjb55jydd8f61zzlvxq9mrgdy51hq19b06dmrx1dnc7")))) + (base32 "1i1a4dynlb5kl55rmfmib2jha1b2igw5jyiiyla1fxgkbkjnbf27")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests