From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJ5aX-0000m8-CK for guix-patches@gnu.org; Wed, 16 May 2018 19:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ5aU-0002EK-36 for guix-patches@gnu.org; Wed, 16 May 2018 19:12:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58048) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJ5aT-0002EE-WC for guix-patches@gnu.org; Wed, 16 May 2018 19:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fJ5aT-000220-Q6 for guix-patches@gnu.org; Wed, 16 May 2018 19:12:01 -0400 Subject: [bug#31479] [PATCH 1/3] gnu: octave: Update to 4.4.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJ5ZX-0000aA-7L for guix-patches@gnu.org; Wed, 16 May 2018 19:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJ5ZT-0001mC-Su for guix-patches@gnu.org; Wed, 16 May 2018 19:11:03 -0400 Received: from mout01.posteo.de ([185.67.36.65]:45035) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fJ5ZT-0001ia-Ip for guix-patches@gnu.org; Wed, 16 May 2018 19:10:59 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 8DCCC2102F for ; Thu, 17 May 2018 01:10:48 +0200 (CEST) From: Kei Kebreau Date: Wed, 16 May 2018 19:10:33 -0400 Message-Id: <20180516231033.1680-1-kkebreau@posteo.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31479@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/maths.scm (octave): Update to 4.4.0. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 2e6f79ad5..e9a6ceaab 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1323,7 +1323,7 @@ can solve two kinds of problems: (define-public octave (package (name "octave") - (version "4.2.2") + (version "4.4.0") (source (origin (method url-fetch) @@ -1331,7 +1331,7 @@ can solve two kinds of problems: version ".tar.lz")) (sha256 (base32 - "0pkkz1vazsh7ipffb09q0nc2jgx6q27pkkngygjij6jrpcly5zsp")))) + "0nm766737gbkq9wqry54a026k3dg7rb1065kngfpwgjz8b544xbp")))) (build-system gnu-build-system) (inputs `(("lapack" ,lapack) -- 2.17.0