From: Julian Graham <joolean@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: gzochi: Update to 0.10.
Date: Sun, 21 Aug 2016 11:20:54 -0400 [thread overview]
Message-ID: <CANdC_RCySiJqvvNcNKufpMU2xeMQHtKCh1XTLKJGWqukWNFBrA@mail.gmail.com> (raw)
[-- 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
next reply other threads:[~2016-08-21 15:20 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-21 15:20 Julian Graham [this message]
2016-08-21 16:13 ` [PATCH] gnu: gzochi: Update to 0.10 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
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=CANdC_RCySiJqvvNcNKufpMU2xeMQHtKCh1XTLKJGWqukWNFBrA@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 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.