This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 63567c6e3e gnu: luanti: Update to 5.13.0.
63567c6e3e is described below

commit 63567c6e3ec5ee7ad5aafa9875490bca3811f7bf
Author: Carlo Zancanaro <[email protected]>
AuthorDate: Mon Sep 22 16:22:38 2025 +1000

    gnu: luanti: Update to 5.13.0.
    
    * gnu/packages/luanti.scm (luanti): Update to 5.13.0.
    [source]<snippet>: Replace catch_amalgamated.hpp to catch2/catch_all.hpp in
    test_irr_x_mesh_loader.cpp.
    
    Closes: #2878
    Change-Id: Iacdc8b212c10e4ab561a945076868147b6137adf
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/luanti.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/luanti.scm b/gnu/packages/luanti.scm
index e56a2c3c1c..16ae905cb0 100644
--- a/gnu/packages/luanti.scm
+++ b/gnu/packages/luanti.scm
@@ -56,7 +56,7 @@
 (define-public luanti
   (package
     (name "luanti")
-    (version "5.12.0")
+    (version "5.13.0")
     (source
      (origin
        (method git-fetch)
@@ -65,7 +65,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1l8kwy23p3gpk12nnhhq1lp4v0zj6kiygnmia043pdinmgzzd0xy"))
+        (base32 "1gsdsnyrdy40d6n7a0imjg9hs4k8g01zqbz824j0qiyvdvw39wjf"))
        (modules '((guix build utils)
                   (srfi srfi-26)
                   (ice-9 ftw)))
@@ -89,11 +89,10 @@
              ;; Catch2
              (substitute* "CMakeLists.txt"
                (("add_subdirectory\\(lib/catch2\\)") "find_package(Catch2 3 
REQUIRED)"))
-             (substitute* "src/catch.h"
-               (("catch_amalgamated.hpp") "catch2/catch_all.hpp"))
-             (substitute* "src/unittest/test_irr_rotation.cpp"
-               (("catch_amalgamated.hpp") "catch2/catch_all.hpp"))
-             (substitute* "src/unittest/test_irr_matrix4.cpp"
+             (substitute* '("src/catch.h"
+                            "src/unittest/test_irr_rotation.cpp"
+                            "src/unittest/test_irr_matrix4.cpp"
+                            "src/unittest/test_irr_x_mesh_loader.cpp")
                (("catch_amalgamated.hpp") "catch2/catch_all.hpp"))))))
     (build-system cmake-build-system)
     (arguments

Reply via email to