diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-11-07 15:27:23 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-11-07 15:27:23 -0500 |
commit | 0ef539cf6143a16a536315c1df06ac1372fa8a64 (patch) | |
tree | d93de52801ece665e9b981f0365d572d90a985d2 | |
parent | e452227a51131ed97a41a930d77732ebb7ff568a (diff) |
gnu: godot: Update to 4.1.3.
* gnu/packages/game-development.scm (godot): Update to 4.1.3.
Change-Id: Ib683401bca52eb8ecdd6ccf7ea9bb89e94a67c24
-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 1d9abd9705c..671c7839acf 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -2055,7 +2055,7 @@ scripted in a Python-like language.") (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 @@ scripted in a Python-like language.") (file-name (git-file-name name version)) (sha256 (base32 - "1zm07rknpjkvyxpiscqsx5hi4gc5wi647jlhillxdf85b36s6q9j")) + "1mwwzf77ixkalciqakn6q42g9sl2570didfll406sfs42wz534ng")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-1))) |