python312Packages.dash: 3.0.0 -> 3.0.2 (#393150)

This commit is contained in:
Toma
2025-04-06 11:10:25 +02:00
committed by GitHub
@@ -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.2";
pyproject = true;
src = fetchFromGitHub {
owner = "plotly";
repo = "dash";
tag = "v${version}";
hash = "sha256-plGYBMwVQLBar48nv2BIH7ttfXM8Dnb3E0sPOZ2Et2M=";
hash = "sha256-cBFSqp4GWnWJQtaCWdfbLj+C7fT8XSA0SpxK8MU5LT0=";
};
nativeBuildInputs = [
@@ -83,7 +82,6 @@ buildPythonPackage rec {
dash-core-components
dash-table
importlib-metadata
stringcase
typing-extensions
requests
retrying