From 88c1a817fdd6e1bfcbc2e3c320d1c7c0b38e10a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 8 Sep 2025 19:46:47 +0200 Subject: [PATCH] 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). --- pkgs/development/python-modules/dash/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix index 953eb9064a74..3f185c962a25 100644 --- a/pkgs/development/python-modules/dash/default.nix +++ b/pkgs/development/python-modules/dash/default.nix @@ -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 = [