diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 16:47:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-06 16:47:24 +0200 |
commit | 317da145c9b2c810ac7b73458e3488c48506fa46 (patch) | |
tree | 086035bd7dc2b5f95c069cb58057df0fc051d938 /gnu/packages/games.scm | |
parent | 72e2e8fa29a4b1815613220dccc67fc7b380b98e (diff) |
gnu: taisei: Update to 1.3.2.
* gnu/packages/games.scm (taisei): Update to 1.3.2.
[inputs]: Add cglm.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 6a9e21b422..09957355b4 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3062,7 +3062,7 @@ a C library, so they can easily be integrated into other programs.") (define-public taisei (package (name "taisei") - (version "1.3.1") + (version "1.3.2") (source (origin (method url-fetch) @@ -3070,7 +3070,7 @@ a C library, so they can easily be integrated into other programs.") "taisei/releases/download/v" version "/taisei-v" version ".tar.xz")) (sha256 - (base32 "11f9mlqmzy1lszwcc1nsbar9q1hs4ml6pbm52hqfd4q0f4x3ln46")))) + (base32 "1g53fcyrlzmvlsb40pw90gaglysv6n1w42hk263iv61ibhdmzh6v")))) (build-system meson-build-system) (arguments `(#:build-type "release" ;comment out for bug-reporting (and cheats) @@ -3085,7 +3085,8 @@ a C library, so they can easily be integrated into other programs.") ("python-docutils" ,python-docutils) ("python-pygments" ,python-pygments))) (inputs - `(("freetype" ,freetype) + `(("cglm" ,cglm) + ("freetype" ,freetype) ("libpng" ,libpng) ("libwebp" ,libwebp) ("libzip" ,libzip) |