all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: gzochi: Update to 0.10.
@ 2016-08-21 15:20 Julian Graham
  2016-08-21 16:13 ` David Craven
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Julian Graham @ 2016-08-21 15:20 UTC (permalink / raw)
  To: guix-devel

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

Linted, built, inspected by hand. Let me know if I've missed anything.

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

From 584a3d62fe7105b90df433e460d0b6232716b1fc Mon Sep 17 00:00:00 2001
From: Julian Graham <joolean@gmail.com>
Date: Sun, 21 Aug 2016 11:10:41 -0400
Subject: [PATCH] gnu: gzochi: Update to 0.10.

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

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 0bfd0c5..ba97a64 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1,13 +1,13 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Tomáš Čech <sleep_walker@suse.cz>
 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2015 Julian Graham <joolean@gmail.com>
 ;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
 ;;; Copyright © 2015, 2016 David Thompson <davet@gnu.org>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
 ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2016 Julian Graham <joolean@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -93,14 +93,14 @@ is used in some video games and movies.")
 (define-public gzochi
   (package
     (name "gzochi")
-    (version "0.9")
+    (version "0.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/gzochi/gzochi-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1nf8naqbc4hmhy99b8n70yswg9j71nh5mfpwwh6d8pdw5mp9b46a"))))
+                "055m7ywgl48ljwxf0kjhl76ldck890y5afdwjhk5s3p65xyaxh0k"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -116,7 +116,6 @@ is used in some video games and movies.")
     (native-inputs `(("pkgconfig" ,pkg-config)))
     (inputs `(("bdb" ,bdb)
               ("glib" ,glib)
-              ("gmp" ,gmp)
               ("guile" ,guile-2.0)
               ("libmicrohttpd" ,libmicrohttpd)
               ("ncurses" ,ncurses)
-- 
2.5.0


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

end of thread, other threads:[~2016-09-04 11:06 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21 15:20 [PATCH] gnu: gzochi: Update to 0.10 Julian Graham
2016-08-21 16:13 ` David Craven
2016-08-21 16:15   ` David Craven
2016-08-21 16:21 ` Andreas Enge
2016-08-21 17:00   ` David Craven
2016-08-21 21:06   ` Julian Graham
2016-08-21 21:20     ` David Craven
2016-08-21 21:28       ` Julian Graham
2016-08-21 23:52         ` David Craven
2016-08-22  4:24 ` Mark H Weaver
2016-08-22 12:59   ` Julian Graham
2016-08-23  5:20     ` Mark H Weaver
2016-08-23 15:11       ` Julian Graham
2016-08-23 17:44         ` Mark H Weaver
2016-08-25 15:12           ` Julian Graham
2016-08-25 19:22           ` Mark H Weaver
2016-09-01  1:41             ` Julian Graham
2016-09-03 20:43               ` Julian Graham
2016-09-04 11:06                 ` David Craven

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.