From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: [PATCH] gnu: Asymptote: Update to 2.38 Date: Sun, 12 Jun 2016 13:59:08 +0200 Message-ID: <87lh2aehyr.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC42y-0007zx-Uo for guix-devel@gnu.org; Sun, 12 Jun 2016 07:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bC42v-0005It-Q7 for guix-devel@gnu.org; Sun, 12 Jun 2016 07:59:20 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:55416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC42v-0005Io-J2 for guix-devel@gnu.org; Sun, 12 Jun 2016 07:59:17 -0400 Received: from saiph.selenimh (unknown [IPv6:2a03:a0a0:0:4301::b3c]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 170C0A80CE for ; Sun, 12 Jun 2016 13:59:14 +0200 (CEST) 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+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Hello, Here is an update for the asymptote package. Regards, -- Nicolas Goaziou 0x80A93738 --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-gnu-asymptote-Update-to-2.38.patch Content-Description: gnu: Asymptote: Update to 2.38 >From 9e4627e606e871d7403265f30b39ed01801f4ad8 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 12 Jun 2016 13:52:45 +0200 Subject: [PATCH] gnu: asymptote: Update to 2.38 * gnu/packages/plotutils.scm (asymptote): Update to 2.38. --- gnu/packages/plotutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm index 3edb25a..74d2091 100644 --- a/gnu/packages/plotutils.scm +++ b/gnu/packages/plotutils.scm @@ -173,14 +173,14 @@ colors, styles, options and details.") (define-public asymptote (package (name "asymptote") - (version "2.37") + (version "2.38") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/asymptote/" version "/asymptote-" version ".src.tgz")) (sha256 (base32 - "16nh02m52mk9a53i8wc6l9vg710gnzr3lfbypcbvamghvaj0458i")))) + "1dxwvq0xighqckkjkjva8s0igxfgy1j25z81pbwvlz6jzsrxpip9")))) (build-system gnu-build-system) ;; Note: The 'asy' binary retains a reference to docdir for use with its ;; "help" command in interactive mode, so adding a "doc" output is not -- 2.8.3 --=-=-=--