summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Kirsch <laurakirsch240406@gmail.com>2025-09-04 11:13:14 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-04 11:26:36 +0100
commitc02e5462b681e221d59798d78d1923c760803ca9 (patch)
tree1744cd5dbeef19ad4c6c0817d6106bbc98ad962f
parent4a33614dd90720e409090f3a7fa97b53a14acbb2 (diff)
gnu: the-powder-toy: Update to 99.3.384.
* gnu/packages/games.scm (the-powder-toy): Update to 99.3.384. [inputs]: Add python-wrapper. Change-Id: If61535da90cc485adcd202346bd11dc4ac050713 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/games.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index d8ec14af1c..0c75c3569b 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9029,7 +9029,7 @@ elements to achieve a simple goal in the most complex way possible.")
(define-public the-powder-toy
(package
(name "the-powder-toy")
- (version "98.2.365")
+ (version "99.3.384")
(source
(origin
(method git-fetch)
@@ -9038,7 +9038,7 @@ elements to achieve a simple goal in the most complex way possible.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "06l39w3ggrzn8799dqll606by4f88kjr60r879w8j26csx1py76g"))
+ (base32 "0l067j0bbzvr0i2prxrgb0af4xdpl648x741jgnyp4bjzdbm61x7"))
(snippet
#~(begin (use-modules (guix build utils))
(substitute* "meson.build"
@@ -9090,7 +9090,8 @@ elements to achieve a simple goal in the most complex way possible.")
curl
fftwf
jsoncpp
- libpng)
+ libpng
+ python-wrapper)
(if (supported-package? luajit)
(list luajit)
(list lua-5.2))