diff options
| -rw-r--r-- | gnu/packages/games.scm | 4 |
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" |
