diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2020-03-01 23:26:41 -0800 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-03-02 08:31:18 -0800 |
| commit | 52c5c8a81f31fa9b32fc751dca63546ba1ec1663 (patch) | |
| tree | 73cfa18e59e16b2f380086b6ead8da073b910ac1 /pkgs/development/python-modules | |
| parent | cab91d59e6a85bd9f87c5ba3fed7d4b238e26e2a (diff) | |
python3Packages.dash: 1.8.0 -> 1.9.1
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/dash/default.nix | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix index 2106235230f8..72ae7104536d 100644 --- a/pkgs/development/python-modules/dash/default.nix +++ b/pkgs/development/python-modules/dash/default.nix @@ -16,13 +16,13 @@ buildPythonPackage rec { pname = "dash"; - version = "1.8.0"; + version = "1.9.1"; src = fetchFromGitHub { owner = "plotly"; repo = pname; rev = "v${version}"; - sha256 = "11skbvjlj93aw1pqx6j56h73sy9r06jwq7z5h64fd1a3d4z2gsvy"; + sha256 = "0lqvcq7xaw5l1mwmgfdhr9jspq8jzkxf77862k0ca4d9zglkqp4z"; }; propagatedBuildInputs = [ @@ -43,11 +43,8 @@ buildPythonPackage rec { ]; checkPhase = '' - pytest tests/unit/test_configs.py - pytest tests/unit/test_fingerprint.py - pytest tests/unit/test_import.py - pytest tests/unit/test_resources.py - pytest tests/unit/dash/ + pytest tests/unit/test_{configs,fingerprint,import,resources}.py \ + tests/unit/dash/ ''; pythonImportsCheck = [ @@ -56,7 +53,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python framework for building analytical web applications"; - homepage = https://dash.plot.ly/; + homepage = "https://dash.plot.ly/"; license = licenses.mit; maintainers = [ maintainers.antoinerg ]; }; |
