python3Packages.tifffile: 2021.8.30 -> 2021.11.2

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:18 -08:00
parent 86267d9a22
commit 0de74cb8ea
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -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;