From 32187d99bbb26f261e627e0d4a37e6baad344506 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Thu, 19 Nov 2015 17:56:40 -0600 Subject: gnu: petsc: Update to 3.6.2. * gnu/packages/maths.scm (petsc): Update to 3.6.2. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 68bbc3541b..144168726a 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -500,7 +500,7 @@ (define-public gmsh (define-public petsc (package (name "petsc") - (version "3.6.0") + (version "3.6.2") (source (origin (method url-fetch) @@ -508,7 +508,7 @@ (define-public petsc (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/" "petsc-lite-" version ".tar.gz")) (sha256 - (base32 "0lzhk1flgszks1wlhz2b92rnlx5np7bgad8vqy9fcqziz5b4pr26")))) + (base32 "13h0m5f9xsdpps4lsp59iz2m7zkapwavq2zfkfvs3ab6sndla0l9")))) (build-system gnu-build-system) (native-inputs `(("python" ,python-2) -- cgit v1.2.3