gnu: wesnoth: Update to 1.12.5.
Commit Message
Pretty trivial change, just updated the version number and verified the
new hash.
Thanks,
Comments
On Thu, May 05, 2016 at 06:30:50PM -0500, Alex Griffin wrote:
> Pretty trivial change, just updated the version number and verified the
> new hash.
Thanks, applied as aa206271cf.
I added the line for the changelog. Take a look at the commit to see
what it looks like and try to remember to include it in the future :)
Please ask if you are unsure about how to format the changelog.
From 54368a6f82aa0567c670fc72de1c9924470ace7d Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Thu, 5 May 2016 18:25:45 -0500
Subject: [PATCH] gnu: wesnoth: Update to 1.12.5.
---
gnu/packages/games.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
@@ -19,6 +19,7 @@
;;; Copyright © 2016 Nils Gillmann <niasterisk@grrlz.net>
;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
;;; Copyright © 2016 Kei Yamashita <kei@openmailbox.org>
+;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1021,14 +1022,14 @@ falling, themeable graphics and sounds, and replays.")
(define-public wesnoth
(package
(name "wesnoth")
- (version "1.12.4")
+ (version "1.12.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/wesnoth/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "19qyylylaljhk45lk2ja0xp7cx9iy4hx07l65zkg20a2v9h50lmz"))))
+ "07d8ms9ayswg2g530p0zwmz3d77zv68l6nmc718iq9sbv90av6jr"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; no check target
--
2.7.4