guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: minetest-mineclone: Update to 0.71.0.


From: guix-commits
Subject: branch master updated: gnu: minetest-mineclone: Update to 0.71.0.
Date: Tue, 23 Mar 2021 08:55:12 -0400

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

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9d4bc79  gnu: minetest-mineclone: Update to 0.71.0.
9d4bc79 is described below

commit 9d4bc79b2adc69196cdc13a1e8ba70fe07feb0e4
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Tue Mar 23 13:53:29 2021 +0100

    gnu: minetest-mineclone: Update to 0.71.0.
    
    * gnu/packages/games.scm (minetest-mineclone): Update to 0.71.0.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7366e64..3f909aa 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -3586,7 +3586,7 @@ in different ways.")
 (define-public minetest-mineclone
   (package
     (name "minetest-mineclone")
-    (version "0.66.2")
+    (version "0.71.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -3595,7 +3595,7 @@ in different ways.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0miszzlzplpvaj0j1yii9867ydr42wsaqa9g6grxdrci75p05g00"))))
+                "0qm809dqvxc7pa1cr9skmglq9vrbq5hhm4c4m5yi46ldh1v96dgf"))))
     (build-system copy-build-system)
     (arguments
      `(#:install-plan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]