all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: o.rojon@posteo.net
To: 46306@debbugs.gnu.org
Subject: [bug#46306] Updated "Pioneer" to newest version (20210203)
Date: Thu, 04 Feb 2021 23:50:39 +0100	[thread overview]
Message-ID: <6f313b7e7583985e3b2f5d225276b417@posteo.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

Hello everyone,

this is my first time trying to send in a patch (after following the 
video tutorials on the homepage). I updated the game "Pioneer" to the 
most recent version.

Please feel free to point me to further docs shall I have forgotten or 
done something wrong.

Have a good day, happy hacking.

Greetings,
Olivier

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Updated-to-20210203.patch --]
[-- Type: text/x-diff; name=0001-Updated-to-20210203.patch, Size: 1489 bytes --]

From f7598fcdcf9839ddf05df355527706ea175606b4 Mon Sep 17 00:00:00 2001
From: Olivier Rojon <o.rojon@posteo.net>
Date: Thu, 4 Feb 2021 23:45:28 +0100
Subject: [PATCH] Updated to 20210203

---
 gnu/packages/games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index e3e18bf09e..24c815d7ad 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -56,6 +56,7 @@
 ;;; Copyright © 2020 Leo Prikler <leo.prikler@student.tugraz.at>
 ;;; Copyright © 2020 Lu hux <luhux@outlook.com>
 ;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
+;;; Copyright © 2021 Olivier Rojon <o.rojon@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7083,7 +7084,7 @@ elements to achieve a simple goal in the most complex way possible.")
 (define-public pioneer
   (package
     (name "pioneer")
-    (version "20200203")
+    (version "20210203")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -7092,7 +7093,7 @@ elements to achieve a simple goal in the most complex way possible.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1011xsi94jhw98mhm8kryq8ajig0qfbrdx5xdasi92bd4nk7lcp8"))))
+                "1zyi1xyghj99hz8fa6dywpscj6flp04fspnlgxbivf3rgmnxflg7"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.30.0


             reply	other threads:[~2021-02-04 23:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-04 22:50 o.rojon [this message]
2021-02-05 15:50 ` bug#46306: Updated "Pioneer" to newest version (20210203) Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6f313b7e7583985e3b2f5d225276b417@posteo.net \
    --to=o.rojon@posteo.net \
    --cc=46306@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.