Revert "python3Packages.dash: 3.0.4 -> 3.2.0"

This reverts commit ef725f0ff8246d51d676aa7cc3d02b2ed008b818.
The update never worked, but noone's checked that
(because auto-update that doesn't verify even building).

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/dash/default.nix
···
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 = [