gnu: python-fenics-ffc: Update to 2019.1.0.post0.
* gnu/packages/simulation.scm (python-fenics-ffc): Update to 2019.1.0.post0.
This commit is contained in:
parent
4dfb22c1e3
commit
ec8dff8980
1 changed files with 2 additions and 2 deletions
|
@ -379,14 +379,14 @@ FIAT is part of the FEniCS Project.")
|
||||||
(define-public python-fenics-ffc
|
(define-public python-fenics-ffc
|
||||||
(package
|
(package
|
||||||
(name "python-fenics-ffc")
|
(name "python-fenics-ffc")
|
||||||
(version "2018.1.0")
|
(version "2019.1.0.post0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "fenics-ffc" version))
|
(uri (pypi-uri "fenics-ffc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b2ia5vlkw298x7rf0k2p3ihlpwkwgc98p3s6sbpds3hqmfrzdz9"))))
|
"1f2a44ha65fg3a1prrbrsz4dgvibsv0j5c3pi2m52zi93bhwwgg9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
|
|
Reference in a new issue