gnu: luanti: Update to 5.14.0.

* gnu/packages/luanti.scm (luanti): Update to 5.14.0.

Change-Id: I059ce8ae51835f558bcf8714ca3af9197b7711db
This commit is contained in:
Maxim Cournoyer 2025-11-08 13:50:49 +09:00
parent 6ab1890aba
commit 1e726cbe2e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -56,7 +56,7 @@
(define-public luanti
(package
(name "luanti")
(version "5.13.0")
(version "5.14.0")
(source
(origin
(method git-fetch)
@ -65,7 +65,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1gsdsnyrdy40d6n7a0imjg9hs4k8g01zqbz824j0qiyvdvw39wjf"))
(base32 "0lwx94pydlxy97lg6b5sn530wmnz9wh3y5fx7jw6n4z7mnb6g06b"))
(modules '((guix build utils)
(srfi srfi-26)
(ice-9 ftw)))