aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorAdriel Dumas--Jondeau <leirda@disroot.org>2023-11-22 23:10:45 +0100
committerChristopher Baines <mail@cbaines.net>2023-11-23 14:21:05 +0000
commit185d83d3caccb0da8153a3f657c3603ada4f33a7 (patch)
treea0abfdf8dd093e61d8a6a436adde78abe6d58ad0 /gnu/packages/game-development.scm
parent8960eb027834be3e2d415b584aa74b9d8d9251dd (diff)
downloadguix-185d83d3caccb0da8153a3f657c3603ada4f33a7.tar
guix-185d83d3caccb0da8153a3f657c3603ada4f33a7.tar.gz
gnu: godot: Update to 4.1.3.
* gnu/packages/game-development.scm (godot): Update to 4.1.3. Change-Id: Ia8844da04b568e32e9138b222ddfdca7868b010f Signed-off-by: Christopher Baines <mail@cbaines.net>
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 1d9abd9705..671c7839ac 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)))