mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: minetest-technic: Update to 2022-02-06.
* gnu/packages/minetest.scm (minetest-technic): Update to 2022-02-06. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
88d3975b00
commit
c8727b6529
1 changed files with 3 additions and 3 deletions
|
@ -517,15 +517,15 @@ (define-public minetest-technic
|
|||
(name "minetest-technic")
|
||||
;; Upstream doesn't keep version numbers, so use the release
|
||||
;; date on ContentDB instead.
|
||||
(version "2021-09-11")
|
||||
(version "2022-02-06")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/minetest-mods/technic")
|
||||
(commit "140701c99efb60d81bf63c9a9087720b21c414ca")))
|
||||
(commit "d2b68a6bef53e34e166deadd64e02b58bcae59a1")))
|
||||
(sha256
|
||||
(base32 "1fkhcv8sg3kxfadc2jnfdw6bxxkkkcczsh4bf62rgwwmv2ky7zrx"))
|
||||
(base32 "0vmi1y39q0x39s9w0hhgi979a4hf6n1ah5jaazjvmjf02pjcvvy1"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system minetest-mod-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue