[PATCH] gnu: 0ad: Update to 0.0.22-alpha.

  • Done
  • quality assurance status badge
Details
2 participants
  • Clément Lassieur
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 8 years ago
(address . guix-patches@gnu.org)
20170808064313.3560-1-mail@cbaines.net
* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.22-alpha.
---
gnu/packages/games.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 408b3b46d..9f32e9f8e 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4384,7 +4384,7 @@ fight against their plot and save his fellow rabbits from slavery.")
(define-public 0ad-data
(package
(name "0ad-data")
- (version "0.0.21-alpha")
+ (version "0.0.22-alpha")
(source
(origin
(method url-fetch)
@@ -4393,7 +4393,7 @@ fight against their plot and save his fellow rabbits from slavery.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "15xadyrpvq27lm9p1ny7bcmmv56m16h3xadbkdx69gfkzxc3razk"))
+ "0vknk9ay9h2p34r7mym2g066f3s3c5d5vmap0ckcs5b86h5cscjc"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ -4438,7 +4438,7 @@ fight against their plot and save his fellow rabbits from slavery.")
(define-public 0ad
(package
(name "0ad")
- (version "0.0.21-alpha")
+ (version "0.0.22-alpha")
(source
(origin
(method url-fetch)
@@ -4447,7 +4447,7 @@ fight against their plot and save his fellow rabbits from slavery.")
(file-name (string-append name "-" version ".tar.xz"))
(sha256
(base32
- "1kw3hqnr737ipx4f03khz3hvsh3ha7r8iy9njppk2faa53j27gln"))
+ "1cgmr4g5g9wv36v7ylbrvqhsjwgcsdgbqwc8zlqmnayk9zgkdpgx"))
;; A snippet here would cause a build failure because of timestamps
;; reset. See https://bugs.gnu.org/26734.
))
--
2.14.0
Clément Lassieur wrote 8 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 28009@debbugs.gnu.org)
87r2wm7dcb.fsf@lassieur.org
Christopher Baines <mail@cbaines.net> writes:

Toggle quote (2 lines)
> * gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.22-alpha.

LGTM, thank you!
Christopher Baines wrote 8 years ago
(name . Clément Lassieur)(address . clement@lassieur.org)(address . 28009-done@debbugs.gnu.org)
20170808212512.7219988b@cbaines.net
On Tue, 08 Aug 2017 09:01:08 +0200
Clément Lassieur <clement@lassieur.org> wrote:

Toggle quote (6 lines)
> Christopher Baines <mail@cbaines.net> writes:
>
> > * gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.22-alpha.
>
> LGTM, thank you!

Thanks for reviewing Clément, I've now pushed :D
-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlmKHihfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE
9XcIdw/9G22LHMsi2xhfVXq4hYgNJNT5sILFNO2vNNhXLUpbMi4DO1gf6StvzbuV
KneA/q5G34olVzl8qIERuvKig1AAZRK/TVyAd3Yoxf9iqEGBOY1c/eD/6jFJj3dl
r0J3l2nhgm2JwWQWW4lH9w3PAL6XyqMUwWRECwm/RZJE79b4VPHR8UZuSTtw3IyI
T/2M5wvoSfOppIWDrED9tuQi7lJMH6WM4AhShjmrm3IW7w1o25Na07lKtfk064e7
xMdBDz+75IQoZqlnWvyEarvUF+QpHBwvMx2DPlV0a6w9UuR0S6XSV8g9yDBjgNqQ
kNUGv6OUGYx5L8LZkfxMFnssCeUUkxxRgk1HbFYSVFW5aui73Ntk03H19IXV8SkZ
zpOVEgSu/IAxxjJhg4fn1tqXRH/3ZbGJhbzuXoMYagdiNMUuXPvDrBYnrh8PraRa
VuM2EhxCRU58nxD8uwebT2V2mLmKU/GTr091hiMp+L2facysfHnvzlbH+jrqS/HD
GoyASCpygk6nVLqEiojstrGXcXI2WDDtCj6eRAdZ8LcWfXnMcBoMxAUAymiPiyYm
eHflYgEc1cb8u3tv8jxEFJc5dhdu6JEkdUnFHo11ayQXLzBZ/ra4bW5rtFnkEqLj
08hc8woh/eX9JoKMwnNm/CRzd94DabnbrNYhCp8dXwwv5PI/F80=
=IEYN
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 28009@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 28009
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help