mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mpi4py: Update to 3.1.4.
* gnu/packages/mpi.scm (python-mpi4py): Update to 3.1.4.
This commit is contained in:
parent
514644c102
commit
8b18fa7e07
1 changed files with 2 additions and 2 deletions
|
@ -399,13 +399,13 @@ only provides @code{MPI_THREAD_FUNNELED}.")))
|
||||||
(define-public python-mpi4py
|
(define-public python-mpi4py
|
||||||
(package
|
(package
|
||||||
(name "python-mpi4py")
|
(name "python-mpi4py")
|
||||||
(version "3.0.3")
|
(version "3.1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "mpi4py" version))
|
(uri (pypi-uri "mpi4py" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07ssbhssv27rrjx1c5vd3vsr31vay5d8xcf4zh9yblcyidn72b81"))))
|
(base32 "101lz7bnm9l17nrkbg6497kxscyh53aah7qd2b820ck2php8z18p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue