diff options
author | Liliana Marie Prikler <[email protected]> | 2023-07-30 08:46:07 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-07-30 08:46:42 +0200 |
commit | 4eca7833ef0b16fb3cdda138e3ee1e5824c36e41 (patch) | |
tree | a87586e931bd51f2e87d07b5fbdd83bce0ccaacd /gnu/packages/game-development.scm | |
parent | 4c204d01d57ac7da11a5772d5d4e3254d1c2408f (diff) | |
parent | 6a2b5c66bf57bd1bbc6300e1f99e16e65f2478e8 (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index af467dbb38..f4b1a1e1e3 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1458,7 +1458,7 @@ are only used to bootstrap it.") (lambda _ (substitute* (list "launcher/game/gui7.rpy" "launcher/game/gui7/images.py") - ((", \"game\",") ",")) + ((", \"game\", \"gui7\",") ", \"gui7\",")) #t)) (add-before 'build 'start-xserver (lambda* (#:key inputs native-inputs #:allow-other-keys) @@ -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))) |