[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: godot: Update to 4.1.1.
From: |
guix-commits |
Subject: |
10/13: gnu: godot: Update to 4.1.1. |
Date: |
Sun, 23 Jul 2023 14:40:12 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4d958375ea77d5858af2fa59505890a26c2a7e7d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200
gnu: godot: Update to 4.1.1.
* gnu/packages/game-development.scm (godot): Update to 4.1.1.
---
gnu/packages/game-development.scm | 4 ++--
1 file 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)))
- 04/13: gnu: python-compreffor: Mark up description., (continued)
- 04/13: gnu: python-compreffor: Mark up description., guix-commits, 2023/07/23
- 07/13: gnu: mplayer: Use G-expressions., guix-commits, 2023/07/23
- 08/13: gnu: mplayer: Use #:configure-flags., guix-commits, 2023/07/23
- 12/13: gnu: hwinfo: Remove input labels., guix-commits, 2023/07/23
- 01/13: guix-install.sh: Install SELinux policy only if tools are present., guix-commits, 2023/07/23
- 05/13: gnu: mplayer: Update to 1.5., guix-commits, 2023/07/23
- 06/13: gnu: mplayer: Remove input labels., guix-commits, 2023/07/23
- 13/13: gnu: darktable: Update to 4.4.2., guix-commits, 2023/07/23
- 11/13: gnu: hwinfo: Update to 23.2., guix-commits, 2023/07/23
- 09/13: gnu: emacs-pos-tip: Update to 0.4.7., guix-commits, 2023/07/23
- 10/13: gnu: godot: Update to 4.1.1.,
guix-commits <=