[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: taisei: Update to 1.3.2.
From: |
guix-commits |
Subject: |
03/03: gnu: taisei: Update to 1.3.2. |
Date: |
Thu, 6 May 2021 11:04:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 317da145c9b2c810ac7b73458e3488c48506fa46
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 16:47:24 2021 +0200
gnu: taisei: Update to 1.3.2.
* gnu/packages/games.scm (taisei): Update to 1.3.2.
[inputs]: Add cglm.
---
gnu/packages/games.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 6a9e21b..0995735 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)