guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]