all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] update pioneers to latest version.
@ 2017-02-18  5:24 Rodger Fox
  2017-02-18 19:22 ` Kei Kebreau
  0 siblings, 1 reply; 2+ messages in thread
From: Rodger Fox @ 2017-02-18  5:24 UTC (permalink / raw)
  To: guix-devel

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

This is a simple version update. I attached the patch file.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-updated-pioneers-to-latest-version.patch --]
[-- Type: text/x-diff; name=0001-updated-pioneers-to-latest-version.patch, Size: 1705 bytes --]

From a5c2bd3bd51ef98549ca6cf51c26f395704fac91 Mon Sep 17 00:00:00 2001
From: Rodger Fox <thylakoid@openmailbox.org>
Date: Fri, 17 Feb 2017 20:01:37 -0800
Subject: [PATCH] updated pioneers to latest version.

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

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index bfbb6bae5..1d6a12a0f 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2015, 2016, 2017 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
-;;; Copyright © 2016 Rodger Fox <thylakoid@openmailbox.org>
+;;; Copyright © 2016, 2017 Rodger Fox <thylakoid@openmailbox.org>
 ;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
 ;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
 ;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
@@ -2082,14 +2082,14 @@ are only two levels to play with, but they are very addictive.")
 (define-public pioneers
   (package
     (name "pioneers")
-    (version "15.3")
+    (version "15.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://downloads.sourceforge.net/pio/"
                                   "pioneers-" version ".tar.gz"))
               (sha256
                (base32
-                "128s718nnraiznbg2rajjqb7cfkdg24hy6spdd9narb4f4dsbbv9"))))
+                "1p1d18hrfmqcnghip3shkzcs5qkz6j99jvkdkqfi7pqdvjc323cs"))))
     (build-system gnu-build-system)
     (inputs `(("gtk+" ,gtk+)
               ("librsvg" ,librsvg)
-- 
2.11.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] update pioneers to latest version.
  2017-02-18  5:24 [PATCH] update pioneers to latest version Rodger Fox
@ 2017-02-18 19:22 ` Kei Kebreau
  0 siblings, 0 replies; 2+ messages in thread
From: Kei Kebreau @ 2017-02-18 19:22 UTC (permalink / raw)
  To: Rodger Fox; +Cc: guix-devel

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

Rodger Fox <thylakoid@openmailbox.org> writes:

> This is a simple version update. I attached the patch file.
Looks good! Pushed to master as 365950ce92f27781086ecd99d1efa99d484e7de0.
Also, make sure to use the GNU change log format[0]. It makes changes
easier to understand for everyone. Thanks!

[0]: https://www.gnu.org/prep/standards/html_node/Change-Logs.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-18 19:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-18  5:24 [PATCH] update pioneers to latest version Rodger Fox
2017-02-18 19:22 ` Kei Kebreau

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.