Merge pull request #179273 from r-ryantm/auto-update/python3.10-nibabel
python310Packages.nibabel: 4.0.0 -> 4.0.1
This commit is contained in:
@@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nibabel";
|
pname = "nibabel";
|
||||||
version = "4.0.0";
|
version = "4.0.1";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-bVvOqRGZYn1KEAhmzVfmR5Nkh3MAJ5Evl1z59us4AYA=";
|
sha256 = "sha256-Ih83OjgAWpEcViOWBw1ngu3zTuNsVguWrj/m3Q7VxGI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy scipy h5py packaging pydicom ];
|
propagatedBuildInputs = [ numpy scipy h5py packaging pydicom ];
|
||||||
|
|||||||
Reference in New Issue
Block a user