1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 21:24:07 +02:00

gnu: p4est: Update to 2.0.

* gnu/packages/maths.scm (p4est): Update to 2.0.
This commit is contained in:
Eric Bavier
2017-10-24 19:19:13 -05:00
parent 9ce587f231
commit 4150da630f
+2 -2
View File
@@ -2307,7 +2307,7 @@ schemes.")
(define-public p4est
(package
(name "p4est")
(version "1.1")
(version "2.0")
(source
(origin
(method url-fetch)
@@ -2315,7 +2315,7 @@ schemes.")
version ".tar.gz"))
(sha256
(base32
"0faina2h5qsx3m2izbzaj9bbakma1krbbjmq43wrp1hcbyijflqb"))))
"16h267z256kxcxfjs390qqzv19hr58vrj4x8lndb7alnk2vca8n5"))))
(build-system gnu-build-system)
(inputs
`(("fortran" ,gfortran)