me
/
guix
Archived
1
0
Fork 0

gnu: python-fenics-ffc: Update to 2019.1.0.post0.

* gnu/packages/simulation.scm (python-fenics-ffc): Update to 2019.1.0.post0.
master
Paul Garlick 2020-01-20 11:21:24 +00:00
parent 4dfb22c1e3
commit ec8dff8980
No known key found for this signature in database
GPG Key ID: AAC7E891896B568A
1 changed files with 2 additions and 2 deletions

View File

@ -379,14 +379,14 @@ FIAT is part of the FEniCS Project.")
(define-public python-fenics-ffc
(package
(name "python-fenics-ffc")
(version "2018.1.0")
(version "2019.1.0.post0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "fenics-ffc" version))
(sha256
(base32
"1b2ia5vlkw298x7rf0k2p3ihlpwkwgc98p3s6sbpds3hqmfrzdz9"))))
"1f2a44ha65fg3a1prrbrsz4dgvibsv0j5c3pi2m52zi93bhwwgg9"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)))