Revert "python3Packages.dash: 3.0.4 -> 3.2.0"

This reverts commit ef725f0ff8.
The update never worked, but noone's checked that
(because auto-update that doesn't verify even building).
This commit is contained in:
Vladimír Čunát
2025-09-08 19:46:47 +02:00
parent bcb65d076b
commit 88c1a817fd

View File

@@ -36,14 +36,14 @@
buildPythonPackage rec {
pname = "dash";
version = "3.2.0";
version = "3.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "plotly";
repo = "dash";
tag = "v${version}";
hash = "sha256-7wSUPAcPvY5Q5Ws2mLjiY599oZlo5SA6Pa8QnS7pgvg=";
hash = "sha256-KCGVdD1L+U2KbktU2GU19BQ6wRcmEeYtC/v8UrFTyto=";
};
nativeBuildInputs = [