python3Packages.tifffile: 2022.10.10 -> 2023.2.3

This commit is contained in:
Martin Weinelt
2023-03-03 23:57:02 +01:00
parent b0e67154c7
commit 5ff99a4c60
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "tifffile";
version = "2022.10.10";
version = "2023.2.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ULYbqUO4ZtGRKVvDigAZHJ/asj7OBjVEx/GiZOP2qo4=";
hash = "sha256-RY31rZpSF/Zo7dY23Bn7xzYGK/eKrII6uEzbrp3o6qY=";
};
propagatedBuildInputs = [