aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"