1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: godot: Update to 4.4.1.

* gnu/packages/game-development.scm (godot): Update to 4.4.1.

Change-Id: I348575a12ba648ec5d962ff0841eeaf1e15a5bdd
This commit is contained in:
John Kehayias
2025-04-25 00:22:17 -04:00
parent b0d02a49c4
commit 501a9603f5

View File

@@ -2403,7 +2403,7 @@ scripted in a Python-like language.")
(define-public godot
(package
(name "godot")
(version "4.4")
(version "4.4.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2412,7 +2412,7 @@ scripted in a Python-like language.")
(file-name (git-file-name name version))
(sha256
(base32
"1la1sk6v3scpgvv7gpqxbmh6vybz5v67jbl19ks07i50g8bpiswx"))
"0fdq69jisrvihmdir2pg6wf4mfqgqg3c0szc58mgci2lqlm4l684"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))