python3Packages.tifffile: 2020.8.13 -> 2020.8.25
This commit is contained in:
parent
ceb43ecd37
commit
7c3ac97368
@ -13,11 +13,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tifffile";
|
pname = "tifffile";
|
||||||
version = "2020.8.13";
|
version = "2020.8.25";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "60043e50adab5a1b9f13c3fb1a23992b9af00e1ada13d7ffe48c1ad7e0062cb8";
|
sha256 = "b51e496bd9ee9c6875170a018bdb7b6f67e3946c4ab57afdb95b18b2c6937783";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optional isPy27 ./python2-regex-compat.patch;
|
patches = lib.optional isPy27 ./python2-regex-compat.patch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user