guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: petsc: Update to 3.11.2.


From: guix-commits
Subject: 02/04: gnu: petsc: Update to 3.11.2.
Date: Fri, 31 May 2019 20:45:24 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 4f7a4a06c28934086a38f576dcc3f536e5be01fd
Author: Eric Bavier <address@hidden>
Date:   Thu May 30 23:28:46 2019 -0500

    gnu: petsc: Update to 3.11.2.
    
    * gnu/packages/maths.scm (petsc): Update to 3.11.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 cd6f578..3a5ee0a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1692,7 +1692,7 @@ September 2004}")
 (define-public petsc
   (package
     (name "petsc")
-    (version "3.10.4")
+    (version "3.11.2")
     (source
      (origin
       (method url-fetch)
@@ -1700,7 +1700,7 @@ September 2004}")
       (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/";
                           "petsc-lite-" version ".tar.gz"))
       (sha256
-       (base32 "0fk16944zh3473ra198kdkxdn08rq7b6ap838hxy1mh1i0hb488r"))))
+       (base32 "1645nwwcp9bcnfnxikk480mhbbacdvhsay2c401818hk97dqj5nx"))))
     (outputs '("out"                    ; libraries and headers
                "examples"))             ; ~30MiB of examples
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]