diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2025-04-25 00:22:17 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-04-25 01:11:43 -0400 |
commit | 501a9603f5e3cda07f3be8e7fecac31f7af5ce52 (patch) | |
tree | 9808dc400f647fc3cae6b801f82d9ae2ac73114c | |
parent | b0d02a49c4adb33b2a47d9bebf23465fd80ca418 (diff) | |
download | guix-501a9603f5e3cda07f3be8e7fecac31f7af5ce52.tar.gz guix-501a9603f5e3cda07f3be8e7fecac31f7af5ce52.zip |
gnu: godot: Update to 4.4.1.
* gnu/packages/game-development.scm (godot): Update to 4.4.1.
Change-Id: I348575a12ba648ec5d962ff0841eeaf1e15a5bdd
-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 91369089b9..88e1c26006 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -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))) |