This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 81c2963e07 gnu: endless-sky: Update to 0.10.16.
81c2963e07 is described below

commit 81c2963e07a27bdaa8b57389aa05786ee9965bc5
Author: Foster Hangdaan <[email protected]>
AuthorDate: Thu Jan 15 07:35:37 2026 -0500

    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
---
 gnu/packages/games.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index addeae6c8c..498e2b4c91 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

Reply via email to