From: Yovan Naumovski <yovan@gorski.stream>
To: 75179@debbugs.gnu.org
Cc: Yovan Naumovski <yovan@gorski.stream>
Subject: [bug#75179] [PATCH] gnu: endless-sky: Update to 0.10.10.
Date: Sun, 29 Dec 2024 17:10:22 +0200 [thread overview]
Message-ID: <e4dbf69055b0358b41db4fdeb60fcd6a42e7ad7f.1735484996.git.yovan@gorski.stream> (raw)
* 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
next reply other threads:[~2024-12-29 15:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-29 15:10 Yovan Naumovski [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e4dbf69055b0358b41db4fdeb60fcd6a42e7ad7f.1735484996.git.yovan@gorski.stream \
--to=yovan@gorski.stream \
--cc=75179@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).