guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: godot: Update to 3.0.2.


From: Marius Bakke
Subject: 03/04: gnu: godot: Update to 3.0.2.
Date: Sat, 28 Apr 2018 10:56:15 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit af574d824a18f89a0f00acd99fc37dff131d827c
Author: Marius Bakke <address@hidden>
Date:   Thu Apr 26 15:25:00 2018 +0200

    gnu: godot: Update to 3.0.2.
    
    * gnu/packages/game-development.scm (godot): Update to 3.0.2.
---
 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 f6c9eba..86abf9f 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1065,7 +1065,7 @@ games.")
 (define-public godot
   (package
     (name "godot")
-    (version "3.0.1")
+    (version "3.0.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -1074,7 +1074,7 @@ games.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0k8c12nzhl98i9il9s3awbwdamkrwxk0s47jr7n8a3z93rpszd2p"))
+                "0ldnk3j4w2kh454mzclmq8nk7zqrn758yrqq85i4kzljpkf93g0m"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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