From 317da145c9b2c810ac7b73458e3488c48506fa46 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 6 May 2021 16:47:24 +0200 Subject: 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 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) -- cgit v1.2.3 554f65096221f8d5bb4ba89c74f4c4b2'/>
path: root/m4
AgeCommit message (Expand)Author
2019-08-17build: 'GUIX_CHECK_GUILE_JSON' really checks for Guile-JSON 3.x....Ludovic Courtès
2019-07-25maint: Switch to Guile-JSON 3.x....Ludovic Courtès
2019-05-06Add (guix lzlib)....Pierre Neidhardt
2018-11-23Update Guile-SQLite3 URL everywhere....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-06-01build: Check for Guile-SQLite3....Ludovic Courtès
2018-02-26build: Require Guile >= 2.0.13....Ludovic Courtès
2018-01-06build: Detect broken 'equal?' in Guile 2.2.1....Ludovic Courtès
2017-06-30build: Remove check for broken (srfi srfi-37)....Ludovic Courtès
2017-02-20gnu: Add bootstrap-binaries for 'aarch64-linux'....Efraim Flashner
2016-11-25offload: Use Guile-SSH instead of GNU lsh....Ludovic Courtès
2016-08-10build: Correctly determine the system type for GNU/Hurd systems....Manolis Ragkousis
2016-07-20Merge branch 'master' into core-updatesLudovic Courtès
2016-07-19Add (guix zlib)....Ludovic Courtès
2016-06-23build: Remove unneeded conditionals for (guix build syscalls)....Manolis Ragkousis