aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-10-28 23:09:19 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-10-28 23:09:19 -0400
commit2b5c6e1a41e4ddcf4cfa53a319ed784a856eac5d (patch)
treeaad58e0c9582cae2b847002f826096d86262e7cf /gnu/packages/game-development.scm
parentc03a44f7555768fcb8614883eb06b11b759ba1ca (diff)
downloadguix-2b5c6e1a41e4ddcf4cfa53a319ed784a856eac5d.tar
guix-2b5c6e1a41e4ddcf4cfa53a319ed784a856eac5d.tar.gz
gnu: godot: Update to 4.1.2.
* gnu/packages/game-development.scm (godot): Update to 4.1.2. Change-Id: I358305245305c2cf31e40ce1d33f28c97c224b52
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index eb1d74d1e1..1d9abd9705 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.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)))