python3Packages.dash: 1.8.0 -> 1.9.1
This commit is contained in:
parent
cab91d59e6
commit
52c5c8a81f
@ -16,13 +16,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dash";
|
pname = "dash";
|
||||||
version = "1.8.0";
|
version = "1.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "plotly";
|
owner = "plotly";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11skbvjlj93aw1pqx6j56h73sy9r06jwq7z5h64fd1a3d4z2gsvy";
|
sha256 = "0lqvcq7xaw5l1mwmgfdhr9jspq8jzkxf77862k0ca4d9zglkqp4z";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -43,11 +43,8 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest tests/unit/test_configs.py
|
pytest tests/unit/test_{configs,fingerprint,import,resources}.py \
|
||||||
pytest tests/unit/test_fingerprint.py
|
tests/unit/dash/
|
||||||
pytest tests/unit/test_import.py
|
|
||||||
pytest tests/unit/test_resources.py
|
|
||||||
pytest tests/unit/dash/
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
@ -56,7 +53,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python framework for building analytical web applications";
|
description = "Python framework for building analytical web applications";
|
||||||
homepage = https://dash.plot.ly/;
|
homepage = "https://dash.plot.ly/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.antoinerg ];
|
maintainers = [ maintainers.antoinerg ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user