gnu: godot: Update to 4.1.1.

* gnu/packages/game-development.scm (godot): Update to 4.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent ed8b10ede9
commit 4d958375ea
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1992,7 +1992,7 @@ (define-public godot-lts
(define-public godot
(package
(name "godot")
(version "4.1")
(version "4.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2001,7 +2001,7 @@ (define-public godot
(file-name (git-file-name name version))
(sha256
(base32
"0rc34w4nb1qwmxk7ijcm689kk4gdxrmgzbj4qqz8gkqhysn8mnmz"))
"1byy4zdsj8nq54rhmij7kl0mdh4zv3c056y6c7rjy17bqjq2n8fh"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))