python3Packages.dicom2nifti: 2.2.12 -> 2.3.0

+2 -2
+2 -2
pkgs/development/python-modules/dicom2nifti/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "dicom2nifti"; 16 - version = "2.2.12"; 16 + version = "2.3.0"; 17 17 disabled = isPy27; 18 18 19 19 # no tests in PyPI dist ··· 21 21 owner = "icometrix"; 22 22 repo = pname; 23 23 rev = version; 24 - sha256 = "0ddzaw0yasyi2wsh7a6r73cdcmdfbb0nh0k0n4yxp9vnkw1ag5z4"; 24 + sha256 = "sha256-QSu9CGXFjDpI25Cy6QSbrwiQ2bwsVezCUxSovRLs6AI="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [ nibabel numpy pydicom scipy setuptools ];