python3Packages.tifffile: 2021.3.17 -> 2021.6.14

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:40 +02:00
parent a0471b5f7f
commit 39916dcd12

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "tifffile";
version = "2021.3.17";
version = "2021.6.14";
src = fetchPypi {
inherit pname version;
sha256 = "1b72c92ecd2273e52686c0f8792d1d1c4da4109b241dd1723dfe56ef4d1ad612";
sha256 = "a2f83d82800a8d83cbd04340f9d65a6873a970874947a6b823b1b1238e84cba6";
};
patches = lib.optional isPy27 ./python2-regex-compat.patch;