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 e8a19e4659 gnu: luanti: Update to 5.15.0.
e8a19e4659 is described below
commit e8a19e4659461624cd4ea6e26aa40f71329b96c0
Author: Jan Wielkiewicz <[email protected]>
AuthorDate: Tue Feb 3 01:01:07 2026 +0100
gnu: luanti: Update to 5.15.0.
* gnu/packages/luanti.scm (luanti): Update to 5.15.0.
Change-Id: I7d12000fbb089dc5707e69342be58db2ae61bff1
Signed-off-by: Andreas Enge <[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 963886e1dc..9a0db094cc 100644
--- a/gnu/packages/luanti.scm
+++ b/gnu/packages/luanti.scm
@@ -57,7 +57,7 @@
(define-public luanti
(package
(name "luanti")
- (version "5.14.0")
+ (version "5.15.0")
(source
(origin
(method git-fetch)
@@ -66,7 +66,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0lwx94pydlxy97lg6b5sn530wmnz9wh3y5fx7jw6n4z7mnb6g06b"))
+ (base32 "0g72jymcj5p5dihc9kjxrb8pa6sfcmvdsb46g6mw6zsva74p51m2"))
(modules '((guix build utils)
(srfi srfi-26)
(ice-9 ftw)))