diff options
author | Brett Gilio <brettg@posteo.net> | 2018-10-11 16:31:08 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-10-11 16:42:04 -0400 |
commit | fc346e30a0e266ee7e2edcc057a22fdac3c98124 (patch) | |
tree | 94a4205480bded2182d54fa4fb0321de198b3cf8 /gnu | |
parent | 3bee949b032186cca4dbb5173f4f4fecd34da368 (diff) | |
download | guix-fc346e30a0e266ee7e2edcc057a22fdac3c98124.tar guix-fc346e30a0e266ee7e2edcc057a22fdac3c98124.tar.gz |
gnu: godot: Update to 3.0.6.
* gnu/packages/game-development.scm (godot): Update to 3.0.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index bfebcc433e..6b7e71f6c0 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1080,7 +1080,7 @@ games.") (define-public godot (package (name "godot") - (version "3.0.4") + (version "3.0.6") (source (origin (method git-fetch) (uri (git-reference @@ -1089,7 +1089,7 @@ games.") (file-name (git-file-name name version)) (sha256 (base32 - "0i4ssfb6igga9zwvsmahrnasx9cyqrsd6mlmssjgc482fy9q2kz4")) + "0g64h0x8dlv6aa9ggfcidk2mknkfl5li7z1phcav8aqp9srj8avf")) (modules '((guix build utils))) (snippet '(begin |