[PATCH] Upgrade Godot 3.0.4 -> 3.0.6

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Leo Famulari
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87in2afiih.fsf@posteo.net
Minor upgrade of Godot to 3.0.6

--- BEGIN PATCH ---

Toggle diff (27 lines)
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 ---
Leo Famulari wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 33001-done@debbugs.gnu.org)
20181011204316.GD7201@jasmine.lan
On Wed, Oct 10, 2018 at 01:00:38AM -0500, Brett Gilio wrote:
Toggle quote (3 lines)
>
> 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 :)


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!
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlu/teQACgkQJkb6MLrK
fwhfHQ//abc/djE0e/baLxnoGBlAxq2HjF5nkYh/Fs71ET3pj5t+bDQZPppXBMLT
mqM74VfrJnd+sH7yaPvUJ7WriwFEVNsln7+SzVLFhQBgu5pJew7BR+WUzm211pbF
Y3SYzW4Rm4XecpLUdZ1xZ7jns4nwJxReD5ADm3vYr5R+WTnlUoDC7sMsEc7EADop
zRa7aiJYiQa5fyjLVEd0EBLgcFL2WPnlA2NGGw9B/9YRkjy17XC0sf6HuaJtwUGB
S/5e7BH2YJQSSwW7S6+0oF0GfylCawNt292Ozw0b3g2CanDg1KK2Qn+1HfUw2CNv
yYIO8UkdewlYB2tj7zlDm/UmhB0stp/kYE6o29v1szMR2JnOmSAnxOi3JE3u28y+
xaa9FUS99wjvjQ4arWZsOcyLJ8wJZrscz+asNm61Fx6CM3asun1W9HolooPiv0nh
x/cOnQhWrTbitdheL9eQGtSV/erGT9GokpCmJ2ZZ0PgbJgjisEMs1Q49zdCSGcdX
Qa6+831CPl54w00jPo/KgZFnv4FxdT/yv6Jwcjt6zgQ9Ne9ef2t8/3jyB6/OHuzg
HxBzPys469aHLEooMLjJp2F1Q8hJm+1hkKLM0RiwX1l5lOCXBNAr1+pVSFBd4s56
hgAeTixhSaEcpuLSl23zs5dWxJNZPwPfLSPy35d0qgCw0xMDbHE=
=afkr
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33001@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33001
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help