summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPatrick Norton <patrick.147.norton@gmail.com>2026-06-23 08:57:49 -0400
committerAndreas Enge <andreas@enge.fr>2026-06-25 15:31:42 +0200
commit05b82eeacdf69a91e04cac9eeabaf0bd5832fa74 (patch)
tree43edc111f6b0e5d445f0da80c9b22654b0e2b69c /gnu
parentfc2838648cd1272803c44b2f5d0536c162405e25 (diff)
gnu: the-powder-toy: Update to 100.0.399.
* gnu/packages/games.scm (the-powder-toy): Update to 100.0.399. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8abe370acd0..de534dbf2d7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9649,7 +9649,7 @@ elements to achieve a simple goal in the most complex way possible.")
9649(define-public the-powder-toy 9649(define-public the-powder-toy
9650 (package 9650 (package
9651 (name "the-powder-toy") 9651 (name "the-powder-toy")
9652 (version "99.5.394") 9652 (version "100.0.399")
9653 (source 9653 (source
9654 (origin 9654 (origin
9655 (method git-fetch) 9655 (method git-fetch)
@@ -9658,7 +9658,7 @@ elements to achieve a simple goal in the most complex way possible.")
9658 (commit (string-append "v" version)))) 9658 (commit (string-append "v" version))))
9659 (file-name (git-file-name name version)) 9659 (file-name (git-file-name name version))
9660 (sha256 9660 (sha256
9661 (base32 "0wd0sg3lpl9xafyj76syvpdjh574cxjmxaf9kssfjjxs20y3hjn8")) 9661 (base32 "0f2gdjykavsz944j4ahpjbj6k8v4sh09d1y82c4y46wayl78cp97"))
9662 (snippet 9662 (snippet
9663 #~(begin (use-modules (guix build utils)) 9663 #~(begin (use-modules (guix build utils))
9664 (substitute* "meson.build" 9664 (substitute* "meson.build"