From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPvmd-00027l-LZ for guix-patches@gnu.org; Thu, 22 Nov 2018 15:41:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPvmY-0002G8-Lh for guix-patches@gnu.org; Thu, 22 Nov 2018 15:41:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:38469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gPvmY-0002G0-IW for guix-patches@gnu.org; Thu, 22 Nov 2018 15:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gPvmY-0002bU-BL for guix-patches@gnu.org; Thu, 22 Nov 2018 15:41:02 -0500 Subject: [bug#33469] [PATCH 1/4] gnu: petsc: Update to 3.10.2 References: <1542918861-26909-1-git-send-email-pgarlick@tourbillion-technology.com> In-Reply-To: <1542918861-26909-1-git-send-email-pgarlick@tourbillion-technology.com> Resent-Message-ID: From: Paul Garlick Date: Thu, 22 Nov 2018 20:40:07 +0000 Message-Id: <1542919210-26950-1-git-send-email-pgarlick@tourbillion-technology.com> 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: 33469@debbugs.gnu.org Cc: Paul Garlick * gnu/packages/maths.scm (petsc): Update to 3.10.2. --- 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 cc4635b..b4cbcab 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1655,7 +1655,7 @@ September 2004}") (define-public petsc (package (name "petsc") - (version "3.9.3") + (version "3.10.2") (source (origin (method url-fetch) @@ -1663,7 +1663,7 @@ September 2004}") (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/" "petsc-lite-" version ".tar.gz")) (sha256 - (base32 "1fwkbwv4g7zf2lc8fw865xd0bl9anb6jaczfis5dff7h449gwa48")))) + (base32 "0bl64pydak3rblnjffi482r8bin4xim9sb37ksl2jkcxf0i0irsi")))) (outputs '("out" ;libraries and headers "examples")) ;~30MiB of examples (build-system gnu-build-system) -- 1.8.3.1