emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#33001: closed ([PATCH] Upgrade Godot 3.0.4 -> 3.0.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33001: closed ([PATCH] Upgrade Godot 3.0.4 -> 3.0.6)
Date: Thu, 11 Oct 2018 20:44:01 +0000

Your message dated Thu, 11 Oct 2018 16:43:16 -0400
with message-id <address@hidden>
and subject line Re: [bug#33001] [PATCH] Upgrade Godot 3.0.4 -> 3.0.6
has caused the debbugs.gnu.org bug report #33001,
regarding [PATCH] Upgrade Godot 3.0.4 -> 3.0.6
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33001: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33001
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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 ---



--- End Message ---
--- Begin Message --- Subject: Re: [bug#33001] [PATCH] Upgrade Godot 3.0.4 -> 3.0.6 Date: Thu, 11 Oct 2018 16:43:16 -0400 User-agent: Mutt/1.10.1 (2018-07-13)
On Wed, Oct 10, 2018 at 01:00:38AM -0500, Brett Gilio wrote:
> 
> Minor upgrade of Godot to 3.0.6

Thank you! Pushed as fc346e30a0e266ee7e2edcc057a22fdac3c98124

For future patches, please take a look at the manual, section Submitting
Patches, in order to streamline the review process :)

https://www.gnu.org/software/guix/manual/en/html_node/Submitting-Patches.html

In particular, there are some tips about creating and sending patches
using `git format-patch` or `git send-email`.

Also, there is a reference to the style we use for Git commit messages,
which is the GNU ChangeLog format. For most patches, this format can
simply be copied from previous commits.

Please let us know if you have any questions!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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