mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: fheroes2: Update to 0.9.9.
* gnu/packages/games.scm (fheroes2): Update to 0.9.9.
This commit is contained in:
parent
551047838d
commit
3f4eb02fe5
1 changed files with 2 additions and 2 deletions
|
@ -12686,7 +12686,7 @@ (define-public sdlpop
|
|||
(define-public fheroes2
|
||||
(package
|
||||
(name "fheroes2")
|
||||
(version "0.9.8")
|
||||
(version "0.9.9")
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
@ -12706,7 +12706,7 @@ (define-public fheroes2
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sc7rmyiciahxh5f6rarhil2hrw8q8sjdssh063grji50mlnrf6a"))))
|
||||
(base32 "030kfaagxy3i7bjvbx2nf05jmbbh5g2r52l17y9bl6vbfj67yvxy"))))
|
||||
(home-page "https://ihhub.github.io/fheroes2/")
|
||||
(synopsis "Turn-based strategy game engine")
|
||||
(description "@code{fheroes2} is an implementation of Heroes of Might and
|
||||
|
|
Loading…
Reference in a new issue