Merge pull request #226029 from bcdarwin/dicom2nifti-update

python310Packages.dicom2nifti: 2.4.3 -> 2.4.8; unbreak
This commit is contained in:
Nick Cao 2023-04-15 11:07:26 +08:00 committed by GitHub
commit 81ad1be60c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dicom2nifti";
version = "2.4.3";
version = "2.4.8";
disabled = pythonOlder "3.6";
# no tests in PyPI dist
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "icometrix";
repo = pname;
rev = version;
hash = "sha256-za2+HdnUhPu3+p29JsF4iL1lyPQVmEv3fam0Yf1oeMQ=";
hash = "sha256-2Pspxdeu3pHwXpbjS6bQQnvdeMuITRwYarPuLlmNcv8";
};
propagatedBuildInputs = [ gdcm nibabel numpy pydicom scipy setuptools ];