From 5e90861b25f60d6b47503f6b9a0eee48fc03fab0 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 18 May 2024 22:11:51 +0200 Subject: Update Powder Toy to 98.2.365 --- tw/packages/games.scm | 4 ++-- 1 file 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" -- cgit v1.2.3