mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: the-powder-toy: Update to 99.3.384.
* gnu/packages/games.scm (the-powder-toy): Update to 99.3.384. [inputs]: Add python-wrapper. Change-Id: If61535da90cc485adcd202346bd11dc4ac050713 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4a33614dd9
commit
c02e5462b6
1 changed files with 4 additions and 3 deletions
|
@ -9029,7 +9029,7 @@ elements to achieve a simple goal in the most complex way possible.")
|
||||||
(define-public the-powder-toy
|
(define-public the-powder-toy
|
||||||
(package
|
(package
|
||||||
(name "the-powder-toy")
|
(name "the-powder-toy")
|
||||||
(version "98.2.365")
|
(version "99.3.384")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9038,7 +9038,7 @@ elements to achieve a simple goal in the most complex way possible.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06l39w3ggrzn8799dqll606by4f88kjr60r879w8j26csx1py76g"))
|
(base32 "0l067j0bbzvr0i2prxrgb0af4xdpl648x741jgnyp4bjzdbm61x7"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin (use-modules (guix build utils))
|
#~(begin (use-modules (guix build utils))
|
||||||
(substitute* "meson.build"
|
(substitute* "meson.build"
|
||||||
|
@ -9090,7 +9090,8 @@ elements to achieve a simple goal in the most complex way possible.")
|
||||||
curl
|
curl
|
||||||
fftwf
|
fftwf
|
||||||
jsoncpp
|
jsoncpp
|
||||||
libpng)
|
libpng
|
||||||
|
python-wrapper)
|
||||||
(if (supported-package? luajit)
|
(if (supported-package? luajit)
|
||||||
(list luajit)
|
(list luajit)
|
||||||
(list lua-5.2))
|
(list lua-5.2))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue