diff options
author | la snesne <lasnesne@lagunposprasihopre.org> | 2021-03-23 09:06:33 +0900 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-03-23 11:30:20 +0100 |
commit | b6670d5b3aabf92c582033183b6d839d5784261a (patch) | |
tree | 2a20625e2d78a922188550e00c0718fad1e08319 | |
parent | e44b968bf6a8041095c3571a5ec71786969f8784 (diff) | |
download | guix-b6670d5b3aabf92c582033183b6d839d5784261a.tar.gz |
gnu: minetest: Update to 5.4.0.
* gnu/packages/games (minetest, minetest-data): Update to 5.4.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
-rw-r--r-- | gnu/packages/games.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 10f00c9a18..add8b58ab9 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3464,7 +3464,7 @@ match, cannon keep, and grave-itation pit.") (define-public minetest (package (name "minetest") - (version "5.3.0") + (version "5.4.0") (source (origin (method git-fetch) (uri (git-reference @@ -3473,7 +3473,7 @@ match, cannon keep, and grave-itation pit.") (file-name (git-file-name name version)) (sha256 (base32 - "03ga3j3cg38w4lg4d4qxasmnjdl8n3lbizidrinanvyfdyvznyh6")) + "1a17g6cmxrscnqwpwrd4w2ck3dgvplyfq4kzyimilfpqar1q69j9")) (modules '((guix build utils))) (snippet '(begin @@ -3541,7 +3541,7 @@ in different ways.") (file-name (git-file-name name version)) (sha256 (base32 - "1liciwlh013z5h08ib0psjbwn5wkvlr937ir7kslfk4vly984cjx")))) + "11dz36z0pj2r7i8xm8v5lskzws81ckj6sc0avlmvdl8qdc9x83w5")))) (build-system trivial-build-system) (native-inputs `(("source" ,source))) |