diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-05-15 18:32:36 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-05-15 18:33:36 -0400 |
commit | d8f3795622c892abd0ac023e40166ad4cd53646a (patch) | |
tree | 54e0d6a578018bdb107d4c07d49fa99329e2437a /gnu/packages/games.scm | |
parent | 9365ee1c464b1a4bda5325b9c5a16f9c09029d2a (diff) |
gnu: minetest: Update to 0.4.14.
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.14.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 75f926edce..1af40e9409 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 John Darrington <jmd@gnu.org> -;;; Copyright © 2014, 2015 David Thompson <dthompson2@worcester.edu> +;;; Copyright © 2014, 2015, 2016 David Thompson <dthompson2@worcester.edu> ;;; Copyright © 2014, 2015, 2016 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014 Cyrill Schenkel <cyrill.schenkel@gmail.com> ;;; Copyright © 2014 Sylvain Beucler <beuc@beuc.net> @@ -642,7 +642,7 @@ match, cannon keep, and grave-itation pit.") (define minetest-data (package (name "minetest-data") - (version "0.4.13") + (version "0.4.14") (source (origin (method url-fetch) (uri (string-append @@ -651,7 +651,7 @@ match, cannon keep, and grave-itation pit.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "04xnyfap75v3p818kpqb07xshqwqzpws5xjvw5m96qnd9x4725ld")))) + "11fzdh4icx2yvjfz1skdql0d0wxpzdr006k993v33x72s0q2ig7f")))) (build-system trivial-build-system) (native-inputs `(("source" ,source) @@ -683,7 +683,7 @@ match, cannon keep, and grave-itation pit.") (define-public minetest (package (name "minetest") - (version "0.4.13") + (version "0.4.14") (source (origin (method url-fetch) (uri (string-append @@ -692,7 +692,7 @@ match, cannon keep, and grave-itation pit.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1xzrvsg0fpbj5p4pz6lls11m3ab4y2bnjlsm4gnw68x9006ffznp")))) + "0m3hhk5icx4y4gd970z7ya2013fq4vvqbjljmck62ik03baf8g90")))) (build-system cmake-build-system) (arguments '(#:configure-flags |