3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: minetest-mobs-animal: Update to 2021-11-14.

* gnu/packages/minetest.scm (minetest-mobs-animal): Update to 2021-11-14.

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

View file

@ -418,15 +418,15 @@ add some mobs, a mod like e.g. @code{mobs_animal} provided by the
(name "minetest-mobs-animal")
;; Upstream does not use version numbers, so use the release title
;; from ContentDB instead;
(version "2021-07-24")
(version "2021-11-14")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://notabug.org/TenPlus1/mobs_animal")
(commit "c2fa3e300c79c7dd80b6fe91a8b5082bb6b3d934")))
(commit "3e15456bce7779aa0dc09a8890f7b5180c1ac771")))
(sha256
(base32 "1j719f079ia9vjxrmjrcj8s6jvaz5kgs1r4dh66z8ql6s70kx7vh"))
(base32 "08686mj3jh8fsziqp878jpaj5267s4n6i86dr1gnxyxbsrjraqpn"))
(file-name (git-file-name name version))))
(build-system minetest-mod-build-system)
(propagated-inputs