diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-01 23:37:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-02 00:45:19 +0200 |
commit | a1205efe1130d4084c6205a89108f1b1743ba3d5 (patch) | |
tree | a350feddde6d2f68931d47162db3b73f39e6cee3 /gnu/packages | |
parent | 3c14a6e0ca2f44fd066bb59d8dbd31cbee7f0ab3 (diff) | |
download | patches-a1205efe1130d4084c6205a89108f1b1743ba3d5.tar patches-a1205efe1130d4084c6205a89108f1b1743ba3d5.tar.gz |
gnu: godot: Update to 3.0.4.
* gnu/packages/game-development.scm (godot): Update to 3.0.4.
Diffstat (limited to 'gnu/packages')
-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 b428fa77f2..7eba03ea77 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1062,7 +1062,7 @@ games.") (define-public godot (package (name "godot") - (version "3.0.2") + (version "3.0.4") (source (origin (method url-fetch) (uri @@ -1071,7 +1071,7 @@ games.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0ldnk3j4w2kh454mzclmq8nk7zqrn758yrqq85i4kzljpkf93g0m")) + "0khnj9rf24g56imwl78a89f2agxi6arbh804zrv54k79rm71dlpb")) (modules '((guix build utils))) (snippet '(begin |