python3Packages.tifffile: 2022.2.9 -> 2022.3.25

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:18 +02:00
parent b53991eae4
commit 0e971a63cd

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "tifffile";
version = "2022.2.9";
version = "2022.3.25";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ftp0EXZDaBuyyqaVtI854iQ7SIf3z5kdWt/9gT5cg3M=";
hash = "sha256-bZQ/LAGxo0pHbJY9EZVl+6EI9VngYUJsY6UVeEaVntk=";
};
propagatedBuildInputs = [