python3Packages.tifffile: 2021.8.30 -> 2021.11.2

This commit is contained in:
Jonathan Ringer
2021-11-30 18:52:24 -08:00
parent 86267d9a22
commit 0de74cb8ea
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "tifffile";
version = "2021.8.30";
version = "2021.11.2";
src = fetchPypi {
inherit pname version;
sha256 = "8760e61e30106ea0dab9ec42a238d70a3ff55dde9c54456e7b748fe717cb782d";
sha256 = "153e31fa1d892f482fabb2ae9f2561fa429ee42d01a6f67e58cee13637d9285b";
};
patches = lib.optional isPy27 ./python2-regex-compat.patch;