mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: fheroes2: Update to 0.9.10.
* gnu/packages/games.scm (fheroes2): Update to 0.9.10.
This commit is contained in:
parent
094313032a
commit
484fcf09fd
1 changed files with 2 additions and 2 deletions
|
@ -12476,7 +12476,7 @@ (define-public sdlpop
|
||||||
(define-public fheroes2
|
(define-public fheroes2
|
||||||
(package
|
(package
|
||||||
(name "fheroes2")
|
(name "fheroes2")
|
||||||
(version "0.9.9")
|
(version "0.9.10")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
@ -12496,7 +12496,7 @@ (define-public fheroes2
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "030kfaagxy3i7bjvbx2nf05jmbbh5g2r52l17y9bl6vbfj67yvxy"))))
|
(base32 "0zz8k1ygw4kwnv403q60v2hdfzk13p89jjgmpfbylhxchjvwaxgh"))))
|
||||||
(home-page "https://ihhub.github.io/fheroes2/")
|
(home-page "https://ihhub.github.io/fheroes2/")
|
||||||
(synopsis "Turn-based strategy game engine")
|
(synopsis "Turn-based strategy game engine")
|
||||||
(description "@code{fheroes2} is an implementation of Heroes of Might and
|
(description "@code{fheroes2} is an implementation of Heroes of Might and
|
||||||
|
|
Loading…
Reference in a new issue