diff options
author | Adriel Dumas--Jondeau <leirda@disroot.org> | 2024-05-21 19:36:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-06-12 00:08:57 +0200 |
commit | ee5d506ec8bcb299dbf9d72fc19386a691833f38 (patch) | |
tree | 8708561539d172900b232b265c4eec8475b403a7 | |
parent | 84089c8dbb4bc608234fe50fba3a480dac016f60 (diff) | |
download | guix-ee5d506ec8bcb299dbf9d72fc19386a691833f38.tar.gz guix-ee5d506ec8bcb299dbf9d72fc19386a691833f38.zip |
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.scm | 4 |
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))) |