gnu: endless-sky: Update to 0.10.6.

* gnu/packages/games.scm (endless-sky): Update to 0.10.6.

Change-Id: Ie2fe40f56e721f269a4b9cc0e3fe08390fb5d2e0
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Mehmet Tekman 2024-03-26 19:08:49 +01:00 committed by Christopher Baines
parent d9e693df75
commit 3fe585ff32
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -8820,7 +8820,7 @@ your score gets higher, you level up and the blocks fall faster.")
(define-public endless-sky
(package
(name "endless-sky")
(version "0.10.2")
(version "0.10.6")
(source
(origin
(method git-fetch)
@ -8829,7 +8829,7 @@ your score gets higher, you level up and the blocks fall faster.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "07br25cij6g284p53nclcvw4y6mgn93milynpxa5ahrjdl5yfnsn"))))
(base32 "1iaiyv9fqgg269wjcyfn1akhh0wfrf64gh5jg3wzxwn24pm77flw"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DES_USE_VCPKG=0"