Merge pull request #105821 from r-ryantm/auto-update/python3.7-nibabel

python37Packages.nibabel: 3.2.0 -> 3.2.1
This commit is contained in:
Sandro 2020-12-04 02:00:16 +01:00 committed by GitHub
commit 41cda8a3c0
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.0";
version = "3.2.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "5827b644d1b0833603710dac198f5f8cbb9002769f97001a191e863b32f5956c";
sha256 = "4d2ff9426b740011a1c916b54fc25da9348282e727eaa2ea163f42e00f1fc29e";
};
propagatedBuildInputs = [ numpy scipy h5py packaging pydicom ];