gnu: p4est: Update to 2.0.

* gnu/packages/maths.scm (p4est): Update to 2.0.
master
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
1 changed files with 2 additions and 2 deletions

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)