Archived
1
0
Fork 0

gnu: minetest-mobs: Update to 2021-12-12.

* gnu/packages/minetest.scm (minetest-mobs): Update to 2021-12-12.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Maxime Devos 2022-01-03 15:22:03 +00:00 committed by Ludovic Courtès
parent 9d88c4a2a6
commit 0c468d5b7f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -389,15 +389,15 @@ closely as the engine allows.")
(name "minetest-mobs") (name "minetest-mobs")
;; Upstream does not tag release, so use the ContentDB release ;; Upstream does not tag release, so use the ContentDB release
;; title instead. ;; title instead.
(version "2021-07-22") (version "2021-12-12")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://notabug.org/TenPlus1/mobs_redo") (url "https://notabug.org/TenPlus1/mobs_redo")
(commit "9f46182bb4b1a390f9a140bc2b443f3cda702332"))) (commit "6a4a02f3fbf1038c69e72aaafa52a1e7d6106da8")))
(sha256 (sha256
(base32 "026kqjis4lipgskjivb3jh9ris3iz80vy2q1jvgxhxmfghjjzp4j")) (base32 "0vgv7jpm9v3dwq4l9jxdd5z14yq164w8kin1d05jfv3ck4hwlwvr"))
(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)
(home-page (minetest-topic 9917)) (home-page (minetest-topic 9917))