summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2018-11-22 20:40:07 +0000
committerMarius Bakke <mbakke@fastmail.com>2018-11-23 20:27:15 +0100
commite6951e4ee09373d14789dd9ab054822f0262ceee (patch)
tree3a585af2602591e08999ba1ef3ff84fc5a214e3f /gnu
parentdc240b6aa53df1ef07f00ea75eb88e35b4a9a649 (diff)
downloadgnu-guix-e6951e4ee09373d14789dd9ab054822f0262ceee.tar
gnu-guix-e6951e4ee09373d14789dd9ab054822f0262ceee.tar.gz
gnu: petsc: Update to 3.10.2
* gnu/packages/maths.scm (petsc): Update to 3.10.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index cc4635b4a9..b4cbcab1e0 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)