gnu: godot: Update to 3.2.1.

* gnu/packages/game-development.scm (godot): Update to 3.2.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-18 02:07:16 +01:00
parent 2c674796d4
commit dbe0e0db40
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1536,7 +1536,7 @@ (define-public openmw
(define-public godot
(package
(name "godot")
(version "3.2")
(version "3.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1545,7 +1545,7 @@ (define-public godot
(file-name (git-file-name name version))
(sha256
(base32
"0f15izjl4i2xlz1xj5pcslzl9gm3rmr3c21gh256ynpi2zhhkcdd"))
"1kndls0rklha7kz9l4i2ivjxab4jpk3b2j7dcgcg2qc3s81yd0r6"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))