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 /gnu | |
| parent | b0d02a49c4adb33b2a47d9bebf23465fd80ca418 (diff) | |
gnu: godot: Update to 4.4.1.
* gnu/packages/game-development.scm (godot): Update to 4.4.1.
Change-Id: I348575a12ba648ec5d962ff0841eeaf1e15a5bdd
Diffstat (limited to 'gnu')
| -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 91369089b9f..88e1c260065 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm | |||
| @@ -2403,7 +2403,7 @@ scripted in a Python-like language.") | |||
| 2403 | (define-public godot | 2403 | (define-public godot |
| 2404 | (package | 2404 | (package |
| 2405 | (name "godot") | 2405 | (name "godot") |
| 2406 | (version "4.4") | 2406 | (version "4.4.1") |
| 2407 | (source (origin | 2407 | (source (origin |
| 2408 | (method git-fetch) | 2408 | (method git-fetch) |
| 2409 | (uri (git-reference | 2409 | (uri (git-reference |
| @@ -2412,7 +2412,7 @@ scripted in a Python-like language.") | |||
| 2412 | (file-name (git-file-name name version)) | 2412 | (file-name (git-file-name name version)) |
| 2413 | (sha256 | 2413 | (sha256 |
| 2414 | (base32 | 2414 | (base32 |
| 2415 | "1la1sk6v3scpgvv7gpqxbmh6vybz5v67jbl19ks07i50g8bpiswx")) | 2415 | "0fdq69jisrvihmdir2pg6wf4mfqgqg3c0szc58mgci2lqlm4l684")) |
| 2416 | (modules '((guix build utils) | 2416 | (modules '((guix build utils) |
| 2417 | (ice-9 ftw) | 2417 | (ice-9 ftw) |
| 2418 | (srfi srfi-1))) | 2418 | (srfi srfi-1))) |
