diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:08 +0200 |
commit | 4d958375ea77d5858af2fa59505890a26c2a7e7d (patch) | |
tree | 33f8524e2e9659bd178c0480914d9075464c2fc9 /gnu | |
parent | ed8b10ede9579574c7fc02cf95877ef014c19433 (diff) | |
download | guix-4d958375ea77d5858af2fa59505890a26c2a7e7d.tar.gz |
gnu: godot: Update to 4.1.1.
* gnu/packages/game-development.scm (godot): Update to 4.1.1.
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 af467dbb38..127cbac127 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1992,7 +1992,7 @@ scripted in a Python-like language.") (define-public godot (package (name "godot") - (version "4.1") + (version "4.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -2001,7 +2001,7 @@ scripted in a Python-like language.") (file-name (git-file-name name version)) (sha256 (base32 - "0rc34w4nb1qwmxk7ijcm689kk4gdxrmgzbj4qqz8gkqhysn8mnmz")) + "1byy4zdsj8nq54rhmij7kl0mdh4zv3c056y6c7rjy17bqjq2n8fh")) (modules '((guix build utils) (ice-9 ftw) (srfi srfi-1))) |