Merge pull request #129024 from fabaff/bump-dicom2nifti

python3Packages.dicom2nifti: 2.2.12 -> 2.3.0
This commit is contained in:
Jörg Thalheim 2021-07-03 13:59:56 +01:00 committed by GitHub
commit 5ed598bd73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dicom2nifti"; pname = "dicom2nifti";
version = "2.2.12"; version = "2.3.0";
disabled = isPy27; disabled = isPy27;
# no tests in PyPI dist # no tests in PyPI dist
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "icometrix"; owner = "icometrix";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0ddzaw0yasyi2wsh7a6r73cdcmdfbb0nh0k0n4yxp9vnkw1ag5z4"; sha256 = "sha256-QSu9CGXFjDpI25Cy6QSbrwiQ2bwsVezCUxSovRLs6AI=";
}; };
propagatedBuildInputs = [ nibabel numpy pydicom scipy setuptools ]; propagatedBuildInputs = [ nibabel numpy pydicom scipy setuptools ];