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
No known key found for this signature in database
GPG key ID: FD73CAC719D32566

View file

@ -2307,7 +2307,7 @@ (define-public metis
(define-public p4est (define-public p4est
(package (package
(name "p4est") (name "p4est")
(version "1.1") (version "2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2315,7 +2315,7 @@ (define-public p4est
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0faina2h5qsx3m2izbzaj9bbakma1krbbjmq43wrp1hcbyijflqb")))) "16h267z256kxcxfjs390qqzv19hr58vrj4x8lndb7alnk2vca8n5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("fortran" ,gfortran) `(("fortran" ,gfortran)