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 13fad785b9 gnu: luanti-mineclonia: Update to 0.119.0.
13fad785b9 is described below

commit 13fad785b925cf1cee54ca88ca865eac91f8c797
Author: kestrel <[email protected]>
AuthorDate: Sat Feb 7 01:36:10 2026 +0300

    gnu: luanti-mineclonia: Update to 0.119.0.
    
    * gnu/packages/luanti.scm (luanti-mineclonia): Update to 0.119.0.
    
    Closes: guix/guix#6326
    Change-Id: I12dbacc1354526dff1a85ebe66535125a26db319
    Signed-off-by: 宋文武 <[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 9a0db094cc..f1d75c7c48 100644
--- a/gnu/packages/luanti.scm
+++ b/gnu/packages/luanti.scm
@@ -480,7 +480,7 @@ with different rules and mechanics.")
 (define-public luanti-mineclonia
   (package
     (name "luanti-mineclonia")
-    (version "0.118.1")
+    (version "0.119.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -489,7 +489,7 @@ with different rules and mechanics.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1k9271bcf9llw5zya40dqzx8dx1086ydy2fhjnjv3pf788f6501m"))))
+                "1hz27ddnrrwg7zqvv61w675lj0vl6mx84gsjrwyll7pkqcdxw8i2"))))
     (build-system copy-build-system)
     (arguments
      `(#:install-plan

Reply via email to