unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Julian Graham <joolean@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: gzochi: Update to 0.12
Date: Thu, 5 Jul 2018 11:13:49 -0400	[thread overview]
Message-ID: <CANdC_RAUn1kvOecjRtQ6Uq29GAzbwciXd0Snn+3j6JF2dq6Ytw@mail.gmail.com> (raw)

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

Hi Guix folk,

Find attached a patch that bumps the version of gzochi, a game
development framework I maintain. I've done a `guix build' test run
for amd64. Let me know if anything looks untoward.


Regards,
Julian

[-- Attachment #2: 0001-gnu-gzochi-Update-to-0.12.patch --]
[-- Type: text/x-patch, Size: 1743 bytes --]

From d09752ea47bea9ef0a769e4356ffef5cf08242f8 Mon Sep 17 00:00:00 2001
From: Julian Graham <joolean@gmail.com>
Date: Thu, 5 Jul 2018 11:06:02 -0400
Subject: [PATCH] gnu: gzochi: Update to 0.12.

* gnu/packages/game-development.scm (gzochi): Update to 0.12.
---
 gnu/packages/game-development.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 96b15b565..d466384eb 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
 ;;; Copyright © 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2016, 2017 Julian Graham <joolean@gmail.com>
+;;; Copyright © 2016, 2017, 2018 Julian Graham <joolean@gmail.com>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
 ;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
@@ -225,14 +225,14 @@ PCM data.")
 (define-public gzochi
   (package
     (name "gzochi")
-    (version "0.11.1")
+    (version "0.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/gzochi/gzochi-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "13j1m92zhxwkaaja3lg5x0h0b28mrrawdzk9d3hd19031akfxwb3"))))
+                "0h8yvk7154kd8zdfa9nqy73blrjq2x19kv305jcnwlmm09vvss59"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.11.0


             reply	other threads:[~2018-07-05 15:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-05 15:13 Julian Graham [this message]
2018-07-11 11:12 ` [PATCH] gnu: gzochi: Update to 0.12 Ludovic Courtès
2018-07-11 11:20 ` Efraim Flashner

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=CANdC_RAUn1kvOecjRtQ6Uq29GAzbwciXd0Snn+3j6JF2dq6Ytw@mail.gmail.com \
    --to=joolean@gmail.com \
    --cc=guix-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).