python310Packages.tifffile: 2022.3.25 -> 2022.5.4

main
Fabian Affolter 2 years ago committed by Jonathan Ringer
parent 9cf7ead180
commit 55c67f40aa
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 7
      pkgs/development/python-modules/tifffile/default.nix

@ -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 = [

Loading…
Cancel
Save