guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit fc7f70c777bb27cf82e9a682ce49b0f4717eb400
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Dec 29 14:14:26 2025 +0000
gnu: endgame-singularity: Update to 1.1.
* gnu/packages/games.scm (endgame-singularity): Update to 1.1.
Change-Id: I8ff76a4e11ab949ad9576f14f74164dd567c6347
---
gnu/packages/games.scm | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 2effbe9e30..56d5de11c1 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10774,19 +10774,27 @@ Orcus Dome from evil.")
(define-public endgame-singularity
(package
(name "endgame-singularity")
- (version "1.00")
+ (version "1.1")
(source
(origin
+ ;; TODO: Build from Git, resolve the issue:
+ ;; FileNotFoundError: [Errno 2] No such file or directory: 'git'
(method url-fetch)
(uri (string-append
"https://github.com/singularity/singularity/releases/download/v"
version "/singularity-" version ".tar.gz"))
(sha256
(base32
- "0wcidpcka0xbqcnfi62bfq2yrhyh83z4dwz1mjnnjvp9v5l74x2y"))))
+ "1nhg9g39d6fwrz1qxzpvi8j0k9lxhm61wys8w72rc6zr1gl0c0n2"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pytest python-polib python-setuptools))
- (inputs (list python-minimal-wrapper python-pygame python-numpy))
+ (native-inputs
+ (list python-pytest
+ python-polib
+ python-setuptools))
+ (inputs
+ (list python-minimal-wrapper
+ python-pygame
+ python-numpy))
(home-page "https://github.com/singularity/singularity")
(synopsis "Strategy game about an AI")
(description