gnu: godot: Update to 4.1.2.

* gnu/packages/game-development.scm (godot): Update to 4.1.2.

Change-Id: I358305245305c2cf31e40ce1d33f28c97c224b52
This commit is contained in:
John Kehayias 2023-10-28 23:09:19 -04:00
parent c03a44f755
commit 2b5c6e1a41
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -2055,7 +2055,7 @@ scripted in a Python-like language.")
(define-public godot
(package
(name "godot")
(version "4.1.1")
(version "4.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2064,7 +2064,7 @@ scripted in a Python-like language.")
(file-name (git-file-name name version))
(sha256
(base32
"1byy4zdsj8nq54rhmij7kl0mdh4zv3c056y6c7rjy17bqjq2n8fh"))
"1zm07rknpjkvyxpiscqsx5hi4gc5wi647jlhillxdf85b36s6q9j"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))