summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriel Dumas--Jondeau <leirda@disroot.org>2024-05-21 19:36:02 +0200
committerLudovic Courtès <ludo@gnu.org>2024-06-12 00:08:57 +0200
commitee5d506ec8bcb299dbf9d72fc19386a691833f38 (patch)
tree8708561539d172900b232b265c4eec8475b403a7
parent84089c8dbb4bc608234fe50fba3a480dac016f60 (diff)
gnu: godot: Update to 4.2.2.
* gnu/packages/game-development.scm (godot): Update to 4.2.2. Change-Id: I4450c41439435d18b1e1fb727b9d42c683455831 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 17c1bc9736..fabc4c962e 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2097,7 +2097,7 @@ scripted in a Python-like language.")
(define-public godot
(package
(name "godot")
- (version "4.2.1")
+ (version "4.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2106,7 +2106,7 @@ scripted in a Python-like language.")
(file-name (git-file-name name version))
(sha256
(base32
- "0d5y678986lx4a4xjkxs5glh2dckp8wwl3r3mw72inq7gvaa18s3"))
+ "0wm0pla6f6gvk21gbm5kiihinn05dvvprk0242m6s8c78wy60wka"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))