diff options
| author | Foster Hangdaan <foster@hangdaan.email> | 2026-01-15 07:35:37 -0500 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:31:29 +0100 |
| commit | b44103c0d3061ece7898a6a2139c663e1bc4ec7f (patch) | |
| tree | 48c872ffcf31eb5eaabe6fe7855431c9475cf3c4 /gnu | |
| parent | d25166c06db1a28c7dc7fe5746a8922c7559bdb3 (diff) | |
gnu: endless-sky: Update to 0.10.16.
* gnu/packages/games.scm (endless-sky): Update to 0.10.16.
[inputs]: Add flac and libavif.
Change-Id: I461b27bf1507a41b37de5a30d53de66a5a106d1b
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ddd42379c9..a114f960be 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9905,7 +9905,7 @@ your score gets higher, you level up and the blocks fall faster.") (define-public endless-sky (package (name "endless-sky") - (version "0.10.14") + (version "0.10.16") (source (origin (method git-fetch) @@ -9914,7 +9914,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 "198ijk95qhq5qicp27f26g0pqsqdgjyb9ll3dmd3dq8b68j3xyfc")))) + (base32 "1dk25wgbl385dwplq2a6wsdv53q6pylrqqkqrmvn59z7sd8vjywr")))) (build-system cmake-build-system) (arguments (list #:configure-flags #~(list "-DES_USE_VCPKG=0" @@ -9934,7 +9934,9 @@ your score gets higher, you level up and the blocks fall faster.") (("games\\)") "bin)"))))))) (inputs (list catch2-3 + flac glew + libavif libjpeg-turbo libmad libpng |
