python3Packages.tifffile: 2022.8.12 -> 2022.10.10

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:52 +01:00
parent f1582b3c1d
commit efa9d8990d

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "tifffile";
version = "2022.8.12";
version = "2022.10.10";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PnTg/UiDhHfrz0Dgm3eAvQle5ZILIjj0heLGhGOj3LQ=";
hash = "sha256-ULYbqUO4ZtGRKVvDigAZHJ/asj7OBjVEx/GiZOP2qo4=";
};
propagatedBuildInputs = [