guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: endless-sky: Update to 0.10.10.


From: guix-commits
Subject: 02/02: gnu: endless-sky: Update to 0.10.10.
Date: Mon, 30 Dec 2024 04:28:11 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit 48604156348b2def0e1981531d53635a63cfc0e5
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sun Dec 29 17:10:22 2024 +0200

    gnu: endless-sky: Update to 0.10.10.
    
    * gnu/packages/games.scm (endless-sky): Update to 0.10.10.
    [inputs]: Add catch2-3.
    
    Change-Id: I1ef88580c0b30169d7c3d9fae7c6c792ad1fa43a
    Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 5521b9b14f..4608b8d2e8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9222,7 +9222,7 @@ your score gets higher, you level up and the blocks fall 
faster.")
 (define-public endless-sky
   (package
     (name "endless-sky")
-    (version "0.10.6")
+    (version "0.10.10")
     (source
      (origin
        (method git-fetch)
@@ -9231,7 +9231,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 "1iaiyv9fqgg269wjcyfn1akhh0wfrf64gh5jg3wzxwn24pm77flw"))))
+        (base32 "1nwim56ii3z6f9gxvmf9q4i5chlsgk3kjisz8li6ivr595wq5502"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~(list "-DES_USE_VCPKG=0"
@@ -9249,7 +9249,8 @@ your score gets higher, you level up and the blocks fall 
faster.")
                    (substitute* "CMakeLists.txt"
                      (("games\\)") "bin)")))))))
     (inputs
-     (list glew
+     (list catch2-3
+           glew
            libjpeg-turbo
            libmad
            libpng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]