gnu: godot: Update to 4.1.3.

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

Change-Id: Ib683401bca52eb8ecdd6ccf7ea9bb89e94a67c24
This commit is contained in:
John Kehayias 2023-11-07 15:27:23 -05:00
parent e452227a51
commit 0ef539cf61
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -2055,7 +2055,7 @@ (define-public godot-lts
(define-public godot
(package
(name "godot")
(version "4.1.2")
(version "4.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2064,7 +2064,7 @@ (define-public godot
(file-name (git-file-name name version))
(sha256
(base32
"1zm07rknpjkvyxpiscqsx5hi4gc5wi647jlhillxdf85b36s6q9j"))
"1mwwzf77ixkalciqakn6q42g9sl2570didfll406sfs42wz534ng"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))