python: tifffile: 2020.6.3 -> 2020.8.13

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:17 +02:00
parent caad0c9efb
commit fd8a76195a

View File

@ -13,11 +13,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "tifffile"; pname = "tifffile";
version = "2020.6.3"; version = "2020.8.13";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "e79403a8b98b0df7ade8d43469151b959fd56239001471fac62beabca6f56377"; sha256 = "60043e50adab5a1b9f13c3fb1a23992b9af00e1ada13d7ffe48c1ad7e0062cb8";
}; };
patches = lib.optional isPy27 ./python2-regex-compat.patch; patches = lib.optional isPy27 ./python2-regex-compat.patch;