mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: minetest-technic: Update to 2022-10-30.
* gnu/packages/minetest.scm (minetest-technic): Update to 2022-10-30. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
6e9610056e
commit
e5a0381e6d
1 changed files with 3 additions and 3 deletions
|
@ -508,15 +508,15 @@ breakers simulate a player punching a node.")
|
||||||
(name "minetest-technic")
|
(name "minetest-technic")
|
||||||
;; Upstream doesn't keep version numbers, so use the release
|
;; Upstream doesn't keep version numbers, so use the release
|
||||||
;; date on ContentDB instead.
|
;; date on ContentDB instead.
|
||||||
(version "2022-02-06")
|
(version "2022-10-30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/minetest-mods/technic")
|
(url "https://github.com/minetest-mods/technic")
|
||||||
(commit "d2b68a6bef53e34e166deadd64e02b58bcae59a1")))
|
(commit "6a9dfec36f7265f9328fe378732417d9b57060b4")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vmi1y39q0x39s9w0hhgi979a4hf6n1ah5jaazjvmjf02pjcvvy1"))
|
(base32 "0ng1aklm02n2lbar345yf88g3alzvnh0m0s5rb2bcw2k5lib8468"))
|
||||||
(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…
Add table
Add a link
Reference in a new issue