unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10.
@ 2024-12-29 15:10 Yovan Naumovski
  2024-12-29 21:47 ` [bug#75179] QA review for 75179 Noé Lopez via Guix-patches via
  2024-12-30  9:29 ` bug#75179: [PATCH] gnu: endless-sky: Update to 0.10.10 Zheng Junjie
  0 siblings, 2 replies; 3+ messages in thread
From: Yovan Naumovski @ 2024-12-29 15:10 UTC (permalink / raw)
  To: 75179; +Cc: Yovan Naumovski

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

Change-Id: I1ef88580c0b30169d7c3d9fae7c6c792ad1fa43a
---
 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 4f4968b241..f4c92797aa 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9222,7 +9222,7 @@ (define-public quadrapassel
 (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 @@ (define-public endless-sky
              (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 @@ (define-public endless-sky
                    (substitute* "CMakeLists.txt"
                      (("games\\)") "bin)")))))))
     (inputs
-     (list glew
+     (list catch2-3
+           glew
            libjpeg-turbo
            libmad
            libpng

base-commit: dca55056f3f1b61b43fc3a2769bf671f1736a12b
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-30  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-29 15:10 [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10 Yovan Naumovski
2024-12-29 21:47 ` [bug#75179] QA review for 75179 Noé Lopez via Guix-patches via
2024-12-30  9:29 ` bug#75179: [PATCH] gnu: endless-sky: Update to 0.10.10 Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).