guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f23b95a3b24003f46293d67ce2ab4c2d1785853d
Author: Evgeny Pisemsky <[email protected]>
AuthorDate: Sat Aug 22 10:50:03 2026 +0300

    gnu: taisei: Update to 1.4.5.
    
    * gnu/packages/games.scm (taisei): Update to 1.4.5.
    [native-inputs]: Remove python-zstandard.
    Add gettext-minimal and python-backports-zstd.
    [inputs]: Remove libzip.  Add libunibreak.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
    Merges: guix/guix#10723
---
 gnu/packages/games.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 1f94379a06..8c0016de18 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4249,7 +4249,7 @@ a C library, so they can easily be integrated into other 
programs.")
 (define-public taisei
   (package
     (name "taisei")
-    (version "1.4.4")
+    (version "1.4.5")
     (source
      (origin
        (method url-fetch)
@@ -4257,7 +4257,7 @@ a C library, so they can easily be integrated into other 
programs.")
                            "taisei/releases/download/v" version
                            "/taisei-" version ".tar.xz"))
        (sha256
-        (base32 "13b2ha8nsdzbydirvc7hw1q46jzhn6cx9b9spgk777swjlgx2vph"))))
+        (base32 "17b8cbjryjvid8ckmfn5gy99l8qpqz00llmmp35n5vcb4lapm2rc"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -4267,19 +4267,20 @@ a C library, so they can easily be integrated into 
other programs.")
                                 "-Dshader_transpiler=enabled")))
     (native-inputs
      (list cmake-minimal
+           gettext-minimal
            pkg-config
            python
+           python-backports-zstd
            python-docutils
-           python-pygments
-           python-zstandard))
+           python-pygments))
     (inputs
      (list cglm
            freetype
            glslang
            libdecor                     ; XXX: for sdl3
            libpng
+           libunibreak
            libwebp
-           libzip
            mesa
            openssl
            opusfile

Reply via email to