python: tifffile: 2019.2.22 -> 2019.7.26
This commit is contained in:
parent
80ab7a37b9
commit
89c92fa45b
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tifffile";
|
pname = "tifffile";
|
||||||
version = "2019.2.22";
|
version = "2019.7.26";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ed49d75b3eff711dbe74b35324dfd79e0db598b6e772a9096001545e81e95437";
|
sha256 = "82c5c72de4dc19cc7011e4e8c45492e17121bd02cfa98c015ddd2a83e36f09bc";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = lib.optional isPy27 ./python2-regex-compat.patch;
|
patches = lib.optional isPy27 ./python2-regex-compat.patch;
|
||||||
|
|
Loading…
Reference in a new issue