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 {
pname = "tifffile";
version = "2020.6.3";
version = "2020.8.13";
src = fetchPypi {
inherit pname version;
sha256 = "e79403a8b98b0df7ade8d43469151b959fd56239001471fac62beabca6f56377";
sha256 = "60043e50adab5a1b9f13c3fb1a23992b9af00e1ada13d7ffe48c1ad7e0062cb8";
};
patches = lib.optional isPy27 ./python2-regex-compat.patch;