guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d64149b6f8e2faec1b14426f641bfdfec5fc91de
Author: Jan Wielkiewicz <[email protected]>
AuthorDate: Sat Aug 22 01:15:04 2026 +0200

    gnu: luanti: Update to 5.17.0. [security fixes]
    
    Includes fixes for GHSA-5373-9cjp-qfmg.
    
    * gnu/packages/luanti.scm (luanti): Update to 5.17.0.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/luanti.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/luanti.scm b/gnu/packages/luanti.scm
index 3dcd143058..02797cc364 100644
--- a/gnu/packages/luanti.scm
+++ b/gnu/packages/luanti.scm
@@ -57,7 +57,7 @@
 (define-public luanti
   (package
     (name "luanti")
-    (version "5.16.1")
+    (version "5.17.0")
     (source
      (origin
        (method git-fetch)
@@ -66,7 +66,7 @@
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ljjxd25ya1d71j65kw1iscll73nxc4xjzb2lmf1gp3z8cpf6chk"))
+        (base32 "19h95wwhhhxddn61s3g4075zd7h2hj6m38j5mfxl50g9jj4a49ry"))
        (modules '((guix build utils)
                   (srfi srfi-26)
                   (ice-9 ftw)))

Reply via email to