python: tifffile: 0.15.1 -> 2019.2.10
This commit is contained in:
parent
71007a1870
commit
f96cc43485
@ -6,11 +6,11 @@ buildPythonPackage rec {
|
|||||||
# 2018.10.18 and 2018.11.6 are not releases...?
|
# 2018.10.18 and 2018.11.6 are not releases...?
|
||||||
# https://github.com/blink1073/tifffile/issues/54
|
# https://github.com/blink1073/tifffile/issues/54
|
||||||
# anaconda uses 0.15.1
|
# anaconda uses 0.15.1
|
||||||
version = "0.15.1";
|
version = "2019.2.10";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1fbb2cfd57fd8e42e417bc29001a17f319701f1be00e0b8a0004a52da93f1b08";
|
sha256 = "ead5f84c0b100f8100377b8ef2bcffaf21c249784ddc240346b715408b45f42c";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user