diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-16 23:53:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-17 03:22:57 +0200 |
commit | 18061de9e160c353dd2c57d00ee20ec91313fc86 (patch) | |
tree | 776bc5dfc7eeec29471f2aa9f249ba086eb3a654 /gnu/packages/games.scm | |
parent | b24ada5110e9f6b5b3d4777d6de3c48d12bb3fec (diff) | |
download | patches-18061de9e160c353dd2c57d00ee20ec91313fc86.tar patches-18061de9e160c353dd2c57d00ee20ec91313fc86.tar.gz |
gnu: minetest: Update to 5.0.1.
* gnu/packages/games.scm (minetest): Update to 5.0.1.
games
minetest
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 0b93409c76..8e17d29d2a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1829,7 +1829,7 @@ match, cannon keep, and grave-itation pit.") (define-public minetest (package (name "minetest") - (version "5.0.0") + (version "5.0.1") (source (origin (method git-fetch) (uri (git-reference @@ -1838,7 +1838,7 @@ match, cannon keep, and grave-itation pit.") (file-name (git-file-name name version)) (sha256 (base32 - "1b8n8nzlvmld1hl3zgs1xg4jbc1nsf1m2bn7fi794vdr06s6n911")) + "11i8fqjpdggqfdlx440k5758zy0nbf9phxan9r63mavc7mph88ay")) (modules '((guix build utils))) (snippet '(begin |