From af61727fd2ae33aa8b4b32b3853deb9eb1ff8805 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 29 Dec 2025 14:14:26 +0000 Subject: [PATCH] gnu: endgame-singularity: Update to 1.1. * gnu/packages/games.scm (endgame-singularity): Update to 1.1. Change-Id: I8ff76a4e11ab949ad9576f14f74164dd567c6347 Signed-off-by: Rutherther --- 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 3a1fa3355ea785aa5a11290b2ec7ed64a8706c37..f538070bc5bac2532058a2b9f3d9ddb11fd1cb43 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -10808,19 +10808,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