guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: petsc: Upgrade to 3.10.3.


From: guix-commits
Subject: 02/03: gnu: petsc: Upgrade to 3.10.3.
Date: Wed, 13 Feb 2019 15:08:44 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit aa94524052cad34300666753546725592a4340b8
Author: Eric Bavier <address@hidden>
Date:   Wed Feb 13 12:47:30 2019 -0600

    gnu: petsc: Upgrade to 3.10.3.
    
    * gnu/packages/maths.scm (petsc): Upgrade to 3.10.3.
---
 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 9fc8786..0a91664 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1636,7 +1636,7 @@ September 2004}")
 (define-public petsc
   (package
     (name "petsc")
-    (version "3.10.2")
+    (version "3.10.3")
     (source
      (origin
       (method url-fetch)
@@ -1644,7 +1644,7 @@ September 2004}")
       (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/";
                           "petsc-lite-" version ".tar.gz"))
       (sha256
-       (base32 "0bl64pydak3rblnjffi482r8bin4xim9sb37ksl2jkcxf0i0irsi"))))
+       (base32 "10p9ap1rp6k8k2g8zdc505kdlsc3976fjymyp393sccjapm50dph"))))
     (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]