me
/
guix
Archived
1
0
Fork 0

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>
master
Adriel Dumas--Jondeau 2024-05-21 19:36:02 +02:00 committed by Ludovic Courtès
parent 84089c8dbb
commit ee5d506ec8
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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)))