[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: godot: Update to 4.1.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: godot: Update to 4.1.2. |
Date: |
Sat, 28 Oct 2023 23:09:57 -0400 |
This is an automated email from the git hooks/post-receive script.
podiki pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2b5c6e1a41 gnu: godot: Update to 4.1.2.
2b5c6e1a41 is described below
commit 2b5c6e1a41e4ddcf4cfa53a319ed784a856eac5d
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sat Oct 28 23:09:19 2023 -0400
gnu: godot: Update to 4.1.2.
* gnu/packages/game-development.scm (godot): Update to 4.1.2.
Change-Id: I358305245305c2cf31e40ce1d33f28c97c224b52
---
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 eb1d74d1e1..1d9abd9705 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2055,7 +2055,7 @@ scripted in a Python-like language.")
(define-public godot
(package
(name "godot")
- (version "4.1.1")
+ (version "4.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2064,7 +2064,7 @@ scripted in a Python-like language.")
(file-name (git-file-name name version))
(sha256
(base32
- "1byy4zdsj8nq54rhmij7kl0mdh4zv3c056y6c7rjy17bqjq2n8fh"))
+ "1zm07rknpjkvyxpiscqsx5hi4gc5wi647jlhillxdf85b36s6q9j"))
(modules '((guix build utils)
(ice-9 ftw)
(srfi srfi-1)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: godot: Update to 4.1.2.,
guix-commits <=