python3Package.mpi4py: 3.0.3 -> 3.1.3

This commit is contained in:
Jonathan Ringer 2022-02-09 21:58:59 -08:00
parent a6e27baee2
commit 7e60f8ee7c
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -2,19 +2,13 @@
buildPythonPackage rec {
pname = "mpi4py";
version = "3.0.3";
version = "3.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "012d716c8b9ed1e513fcc4b18e5af16a8791f51e6d1716baccf988ad355c5a1f";
sha256 = "sha256-8en64QefQ+r92fgXzbP9MNcJ7cCTtdXa2lekYbLbMAg=";
};
patches = [ (fetchpatch {
name = "disable-broken-test"; # upstream patch
url = "https://github.com/mpi4py/mpi4py/commit/e13cc3ee59ec6ec2c6ee20e384e1e649d5027e8a.patch";
sha256 = "0iwknrhxnfmsqjj8ahpn50c8pcdyv9p3wmcqi1jhr4i5y7lnmvvx";
})];
passthru = {
inherit mpi;
};