summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-04-26 15:25:00 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-04-28 16:55:39 +0200
commitaf574d824a18f89a0f00acd99fc37dff131d827c (patch)
tree53c471a44855acef6941eb988b5f0ad83eb5f0b5 /gnu/packages/game-development.scm
parent5b8d2ace9377b5bbfa1095545b1e9fba1a2d16ac (diff)
downloadguix-patches-af574d824a18f89a0f00acd99fc37dff131d827c.tar
guix-patches-af574d824a18f89a0f00acd99fc37dff131d827c.tar.gz
gnu: godot: Update to 3.0.2.
* gnu/packages/game-development.scm (godot): Update to 3.0.2.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index f6c9eba8c2..86abf9f37c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1065,7 +1065,7 @@ games.")
(define-public godot
(package
(name "godot")
- (version "3.0.1")
+ (version "3.0.2")
(source (origin
(method url-fetch)
(uri
@@ -1074,7 +1074,7 @@ games.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0k8c12nzhl98i9il9s3awbwdamkrwxk0s47jr7n8a3z93rpszd2p"))
+ "0ldnk3j4w2kh454mzclmq8nk7zqrn758yrqq85i4kzljpkf93g0m"))
(modules '((guix build utils)))
(snippet
'(begin