guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: godot: Update to 3.2.2.


From: guix-commits
Subject: branch master updated: gnu: godot: Update to 3.2.2.
Date: Thu, 16 Jul 2020 19:53:50 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 52edd7e  gnu: godot: Update to 3.2.2.
52edd7e is described below

commit 52edd7eddbfdf47fef4391d3bde9098d579179e6
Author: Timotej Lazar <timotej.lazar@araneo.si>
AuthorDate: Wed Jul 15 20:25:35 2020 +0200

    gnu: godot: Update to 3.2.2.
    
    * gnu/packages/game-development.scm (godot): Update to 3.2.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 e45980e..b0a25ae 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1535,7 +1535,7 @@ games.")
 (define-public godot
   (package
     (name "godot")
-    (version "3.2.1")
+    (version "3.2.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1544,7 +1544,7 @@ games.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1kndls0rklha7kz9l4i2ivjxab4jpk3b2j7dcgcg2qc3s81yd0r6"))
+                "1libz83mbyrkbbsmmi8z2rydv3ls0w9r4vb5v6diqqwn7ka8z804"))
               (modules '((guix build utils)
                          (ice-9 ftw)
                          (srfi srfi-1)))



reply via email to

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