diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-01-29 19:21:21 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-01-29 19:24:40 -0500 |
commit | 9766c6e28e24d0d904900671b0c345cc10f0ea7b (patch) | |
tree | 969c31e43153a17ef68105fb5e41338cd1ecefde /gnu/packages/game-development.scm | |
parent | 50e8790335e85546c9d29cdae070a87368e9662c (diff) | |
download | patches-9766c6e28e24d0d904900671b0c345cc10f0ea7b.tar patches-9766c6e28e24d0d904900671b0c345cc10f0ea7b.tar.gz |
gnu: godot: Update to 3.0.
* gnu/packages/game-development.scm (godot): Update to 3.0.
[inputs]: Add libxi.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index e284494829..a276be692b 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1056,7 +1056,7 @@ games.") (define-public godot (package (name "godot") - (version "2.1.4") + (version "3.0") (source (origin (method url-fetch) (uri @@ -1064,7 +1064,8 @@ games.") version "-stable.tar.gz")) (file-name (string-append name "-" version)) (sha256 - (base32 "1mz89nafc1m7srbqvy7iagxrxmqvf5hbqi7i0lwaapkx6q0kpkq7")))) + (base32 + "1jhp269n1a7c663v2555444icbjwzscj4r8cq4rrrap7r7dr4hyc")))) (build-system scons-build-system) (arguments `(#:scons ,scons-python2 @@ -1140,6 +1141,7 @@ games.") ("libwebp" ,libwebp) ("libx11" ,libx11) ("libxcursor" ,libxcursor) + ("libxi" ,libxi) ("libxinerama" ,libxinerama) ("libxrandr" ,libxrandr) ("mesa" ,mesa) |