gnu: minetest-homedecor-modpack: Update to 2021-12-26.
* gnu/packages/minetest.scm (minetest-homedecor-modpack): Update to 2021-12-26. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
34bc83486d
commit
9d88c4a2a6
1 changed files with 4 additions and 4 deletions
|
@ -299,15 +299,15 @@ special items, intending to make an interesting adventure.")
|
||||||
(name "minetest-homedecor-modpack")
|
(name "minetest-homedecor-modpack")
|
||||||
;; Upstream doesn't tag releases, so use the release title from
|
;; Upstream doesn't tag releases, so use the release title from
|
||||||
;; ContentDB as version.
|
;; ContentDB as version.
|
||||||
(version "2021-03-27-1")
|
(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/homedecor_modpack")
|
(url "https://github.com/mt-mods/homedecor_modpack")
|
||||||
(commit "9ffe2b7d691133e1a067546574fbe7364fd02f32")))
|
(commit "a8fceb249d63f081855cfba1fbd6e2aa86365224")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lfajqvc2adf9hqskghky4arccqzpjw4i9a01hv4qcckvivm04ag"))
|
(base32 "1lqcycgkykd86853jjr50m1qv2as2dlqf52gbds4mhiafslnp9mi"))
|
||||||
(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 a new issue