aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2024-05-18 22:11:51 +0200
committerTimo Wilken2024-05-18 22:11:51 +0200
commit5e90861b25f60d6b47503f6b9a0eee48fc03fab0 (patch)
tree4479278b07a039f08d270a1748279888aa9edf1d
parent9de9d6c212ed144ae0c8263ae50812a01b1560c2 (diff)
Update Powder Toy to 98.2.365HEADmaster
-rw-r--r--tw/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/packages/games.scm b/tw/packages/games.scm
index e182da79..28ffbaa3 100644
--- a/tw/packages/games.scm
+++ b/tw/packages/games.scm
@@ -438,7 +438,7 @@ its @samp{settings.cfg}). This means that the game will not run properly from
(define-public powder-toy
(package
(name "powder-toy")
- (version "97.0.352")
+ (version "98.2.365")
(source
(origin
(method git-fetch)
@@ -446,7 +446,7 @@ its @samp{settings.cfg}). This means that the game will not run properly from
(url "https://github.com/The-Powder-Toy/The-Powder-Toy")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32 "1kzf8m47f3rqp770rkjbmrcarm6rb46d0n4y456wlw0qiwfmsqiw"))))
+ (sha256 (base32 "06l39w3ggrzn8799dqll606by4f88kjr60r879w8j26csx1py76g"))))
(build-system meson-build-system)
(arguments `(#:configure-flags
,#~(list "-Dstatic=none"