Merge pull request #178091 from r-ryantm/auto-update/python3.10-nibabel

python310Packages.nibabel: 3.2.2 -> 4.0.0
This commit is contained in:
Mario Rodas 2022-06-25 23:23:50 -05:00 committed by GitHub
commit 15c344537f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "nibabel";
version = "3.2.2";
version = "4.0.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sNzBdLMEBc6ej+weqzy7sg9cXkkgl2wIsi4FC3wST5Q=";
sha256 = "sha256-bVvOqRGZYn1KEAhmzVfmR5Nkh3MAJ5Evl1z59us4AYA=";
};
propagatedBuildInputs = [ numpy scipy h5py packaging pydicom ];