summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/dash/default.nix')
-rw-r--r--pkgs/development/python-modules/dash/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix
index fb0ac0ccbb68..2d9d49ea76af 100644
--- a/pkgs/development/python-modules/dash/default.nix
+++ b/pkgs/development/python-modules/dash/default.nix
@@ -16,7 +16,6 @@
dash-core-components,
dash-table,
importlib-metadata,
- stringcase,
typing-extensions,
requests,
retrying,
@@ -37,14 +36,14 @@
buildPythonPackage rec {
pname = "dash";
- version = "3.0.0";
+ version = "3.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "plotly";
repo = "dash";
tag = "v${version}";
- hash = "sha256-plGYBMwVQLBar48nv2BIH7ttfXM8Dnb3E0sPOZ2Et2M=";
+ hash = "sha256-EMIzvn2V04AUNNKQ9FFnsW61zkSS1PrqTF5T5LIifAc=";
};
nativeBuildInputs = [
@@ -83,7 +82,6 @@ buildPythonPackage rec {
dash-core-components
dash-table
importlib-metadata
- stringcase
typing-extensions
requests
retrying
@@ -124,7 +122,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dash" ];
meta = {
- changelog = "https://github.com/plotly/dash/blob/${src.rev}/CHANGELOG.md";
+ changelog = "https://github.com/plotly/dash/blob/${src.tag}/CHANGELOG.md";
description = "Python framework for building analytical web applications";
homepage = "https://dash.plot.ly/";
license = lib.licenses.mit;