mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: minetest-homedecor-modpack: Update to 2022-05-18.
* gnu/packages/minetest.scm (minetest-homedecor-modpack): Update to 2022-05-18 (commit 5ffdc26…). Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
5ea42beeda
commit
9bb15cddb3
1 changed files with 3 additions and 3 deletions
|
@ -344,15 +344,15 @@ (define-public minetest-homedecor-modpack
|
||||||
(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-12-26")
|
(version "2022-05-18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/mt-mods/homedecor_modpack")
|
(url "https://github.com/mt-mods/homedecor_modpack")
|
||||||
(commit "a8fceb249d63f081855cfba1fbd6e2aa86365224")))
|
(commit "5ffdc26673169e05492141709fbb18e8fb6e5937")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1lqcycgkykd86853jjr50m1qv2as2dlqf52gbds4mhiafslnp9mi"))
|
(base32 "03pf254r3hnznklw7lf3q4rzqg0a1y4c9rjjhzssf1q7ai5pdrkn"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue