summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-03-06 22:03:04 -0500
committerKei Kebreau <kkebreau@posteo.net>2019-03-07 05:31:19 -0500
commitccf24467305c2deeafd804276d7455327d09867b (patch)
treee7af6378602a0bd230ac00b59e0be4d0b9400b4b /gnu
parent0a10abf73e7bb1d5f751229c709903a0f66574d2 (diff)
downloadguix-patches-ccf24467305c2deeafd804276d7455327d09867b.tar
guix-patches-ccf24467305c2deeafd804276d7455327d09867b.tar.gz
gnu: minetest: Update to 5.0.0.
* gnu/packages/games.scm (minetest-data, minetest): Update to 5.0.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/games.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8e0ef76165..3752c6e022 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1709,7 +1709,7 @@ match, cannon keep, and grave-itation pit.")
(define minetest-data
(package
(name "minetest-data")
- (version "0.4.17")
+ (version "5.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1718,7 +1718,7 @@ match, cannon keep, and grave-itation pit.")
(file-name (git-file-name name version))
(sha256
(base32
- "1g8iw2pya32ifljbdx6z6rpcinmzm81i9minhi2bi1d500ailn7s"))))
+ "186i1pna2f3fwa2001y8mw5131h0sndhfdxzfqq2gnr1m83sjm0w"))))
(build-system trivial-build-system)
(native-inputs
`(("source" ,source)))
@@ -1743,7 +1743,7 @@ match, cannon keep, and grave-itation pit.")
(define-public minetest
(package
(name "minetest")
- (version "0.4.17.1")
+ (version "5.0.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1752,7 +1752,7 @@ match, cannon keep, and grave-itation pit.")
(file-name (git-file-name name version))
(sha256
(base32
- "19sfblgh9mchkgw32n7gdvm7a8a9jxsl9cdlgmxn9bk9m939a2sg"))
+ "1b8n8nzlvmld1hl3zgs1xg4jbc1nsf1m2bn7fi794vdr06s6n911"))
(modules '((guix build utils)))
(snippet
'(begin