guix-commits
[Top][All Lists]
Advanced

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

08/14: gnu: minetest-basic-materials: Update to 2021-12-26.


From: guix-commits
Subject: 08/14: gnu: minetest-basic-materials: Update to 2021-12-26.
Date: Wed, 5 Jan 2022 17:46:34 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 34bc83486daa5329783fa8ac6135afc6d5ad3a2a
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon Jan 3 15:22:01 2022 +0000

    gnu: minetest-basic-materials: Update to 2021-12-26.
    
    * gnu/packages/minetest.scm (minetest-basic-materials): Update to 
2021-12-26.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/minetest.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/minetest.scm b/gnu/packages/minetest.scm
index f48addf247..1987fd1f2c 100644
--- a/gnu/packages/minetest.scm
+++ b/gnu/packages/minetest.scm
@@ -212,15 +212,15 @@ as swords and tools made of different materials.  It also 
adds copper rails.")
   (package
     (name "minetest-basic-materials")
     ;; Upstream uses dates as version numbers.
-    (version "2021-01-30")
+    (version "2021-12-26")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/VanessaE/basic_materials.git";)
-             (commit "e72665b2ed98d7be115779a32d35e6d9ffa231bd")))
+             (url "https://github.com/mt-mods/basic_materials";)
+             (commit "0893974b054a2191b5e2d5447ee4fc73f9c35f6a")))
        (sha256
-        (base32 "0v6l3lrjgshy4sccjhfhmfxc3gk0cdy73qb02i9wd2vw506v5asx"))
+        (base32 "0p4nnfsjv7284zmgr781zkyjbp049wp1jy1l7n585zzj181ns57p"))
        (file-name (git-file-name name version))))
     (build-system minetest-mod-build-system)
     (propagated-inputs



reply via email to

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