From patchwork Fri Jul 22 18:11:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Griffin X-Patchwork-Id: 13934 Received: (qmail 56931 invoked by uid 89); 22 Jul 2016 18:11:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.1 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=falling, 1125 X-Spam-Status: No, score=-3.2 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: lists.gnu.org Received: from lists.gnu.org (HELO lists.gnu.org) (208.118.235.17) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 22 Jul 2016 18:11:44 +0000 Received: from localhost ([::1]:48795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQevG-0001Oz-Aq for patchwork@sourceware.org; Fri, 22 Jul 2016 14:11:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQevB-0001Ot-9S for guix-devel@gnu.org; Fri, 22 Jul 2016 14:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQev6-0005a5-BB for guix-devel@gnu.org; Fri, 22 Jul 2016 14:11:37 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:49869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQev4-0005Z3-2V for guix-devel@gnu.org; Fri, 22 Jul 2016 14:11:32 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 54E17204F9 for ; Fri, 22 Jul 2016 14:11:21 -0400 (EDT) Received: from web1 ([10.202.2.211]) by compute1.internal (MEProxy); Fri, 22 Jul 2016 14:11:21 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=ajgrf.com; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=NwE 6K6nwnP1w5OtRtXhmJAmj/7E=; b=ho1/GbKz56Gsp1dw5rSJixebs8kk2+x67kx 1TKOy/BC4dmSJR0u3OGjXnFxYwQMRRPIxL/O6k4w2PLLaLqk1M28qnMngqhG/O3g c95SMWxXu+PL3HciLpRb2WaYvU402PgFdviiDgpe1voYpt4/XPX5G79wB/676pI3 DO+QwaEk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=NwE6K6nwnP1w5OtRtXhmJAmj/7E=; b=ahuJk VvmU3fKs4afEawDiY349xC9UK7kKJItPPSGGW4L8e6oZDj6EO2kt0Sp8bOzpu7/S shqoJzNr62nMqZOnDHHv7yJ5EZ/vuCJSw5qRRKLHfhFepNb/MmSvsCKp96kpPJiE JvnNHF+VXQqrYWUQGFKa5E8iijmhi/pw1x457I= Received: by mailuser.nyi.internal (Postfix, from userid 99) id 218ED6A1E4; Fri, 22 Jul 2016 14:11:21 -0400 (EDT) Message-Id: <1469211081.1549735.674074761.66864816@webmail.messagingengine.com> X-Sasl-Enc: b1TMhZXJK+H2JuNtianoe+iHmF1yfVq74YRpbY8e68nY 1469211081 From: Alex Griffin To: guix-devel@gnu.org MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface - ajax-2ccfea0a Subject: [PATCH] gnu: wesnoth: Update to 1.12.6. Date: Fri, 22 Jul 2016 13:11:21 -0500 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.29 X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+patchwork=sourceware.org@gnu.org Sender: "Guix-devel" This patch just updates wesnoth to the latest version. From 6c85b6054737f6d96d31eb8862c84bd429a16f3c Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Fri, 22 Jul 2016 13:09:01 -0500 Subject: [PATCH] gnu: wesnoth: Update to 1.12.6. * gnu/packages/games.scm (wesnoth): Update to 1.12.6. --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 068b7d4..672d640 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1023,7 +1023,7 @@ falling, themeable graphics and sounds, and replays.") (define-public wesnoth (package (name "wesnoth") - (version "1.12.5") + (version "1.12.6") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/wesnoth/wesnoth-" @@ -1032,7 +1032,7 @@ falling, themeable graphics and sounds, and replays.") name "-" version ".tar.bz2")) (sha256 (base32 - "07d8ms9ayswg2g530p0zwmz3d77zv68l6nmc718iq9sbv90av6jr")))) + "0kifp6g1dsr16m6ngjq2hx19h851fqg326ps3krnhpyix963h3x5")))) (build-system cmake-build-system) (arguments '(#:tests? #f ; no check target -- 2.9.1