guix-patches
[Top][All Lists]
Advanced

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

[bug#33001] [PATCH] Upgrade Godot 3.0.4 -> 3.0.6


From: Brett Gilio
Subject: [bug#33001] [PATCH] Upgrade Godot 3.0.4 -> 3.0.6
Date: Wed, 10 Oct 2018 01:00:38 -0500
User-agent: mu4e 1.0; emacs 26.1


Minor upgrade of Godot to 3.0.6

--- BEGIN PATCH ---

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index bfebcc433..6b7e71f6c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1080,7 +1080,7 @@ games.")
(define-public godot
  (package
    (name "godot")
-    (version "3.0.4")
+    (version "3.0.6")
    (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -1089,7 +1089,7 @@ games.")
              (file-name (git-file-name name version))
              (sha256
               (base32
- "0i4ssfb6igga9zwvsmahrnasx9cyqrsd6mlmssjgc482fy9q2kz4")) + "0g64h0x8dlv6aa9ggfcidk2mknkfl5li7z1phcav8aqp9srj8avf"))
              (modules '((guix build utils)))
              (snippet
               '(begin

--- END PATCH ---





reply via email to

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