python310Packages.tifffile: 2022.3.25 -> 2022.5.4

This commit is contained in:
Fabian Affolter 2022-05-23 09:31:51 +02:00 committed by Jonathan Ringer
parent 9cf7ead180
commit 55c67f40aa
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "tifffile";
version = "2022.3.25";
version = "2022.5.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bZQ/LAGxo0pHbJY9EZVl+6EI9VngYUJsY6UVeEaVntk=";
hash = "sha256-sDFHoVhit8HZDUdDUZfxSb73pSwlrWfPH5tGX6pxuNI=";
};
propagatedBuildInputs = [
@ -40,6 +40,9 @@ buildPythonPackage rec {
"test_write_ome"
# Test file is missing
"test_write_predictor"
# AssertionError
"test_write_bigtiff"
"test_write_imagej_raw"
];
pythonImportsCheck = [