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>master
parent
3c86268004
commit
34bc83486d
|
@ -212,15 +212,15 @@ as swords and tools made of different materials. It also adds copper rails.")
|
||||||
(package
|
(package
|
||||||
(name "minetest-basic-materials")
|
(name "minetest-basic-materials")
|
||||||
;; Upstream uses dates as version numbers.
|
;; Upstream uses dates as version numbers.
|
||||||
(version "2021-01-30")
|
(version "2021-12-26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/VanessaE/basic_materials.git")
|
(url "https://github.com/mt-mods/basic_materials")
|
||||||
(commit "e72665b2ed98d7be115779a32d35e6d9ffa231bd")))
|
(commit "0893974b054a2191b5e2d5447ee4fc73f9c35f6a")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0v6l3lrjgshy4sccjhfhmfxc3gk0cdy73qb02i9wd2vw506v5asx"))
|
(base32 "0p4nnfsjv7284zmgr781zkyjbp049wp1jy1l7n585zzj181ns57p"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system minetest-mod-build-system)
|
(build-system minetest-mod-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue