python3Packages.dash: 3.3.0 -> 3.4.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:50 +01:00
parent 0076f04c07
commit 9dc53fb154
@@ -39,14 +39,14 @@
buildPythonPackage (finalAttrs: {
pname = "dash";
version = "3.3.0";
version = "3.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "plotly";
repo = "dash";
tag = "v${finalAttrs.version}";
hash = "sha256-8Vt109x4T+DhBXfQf7MKoexmWFc23uuU0Nn3Ia/Xm5I=";
hash = "sha256-8LR0iNc8lJBKzbJuvZ8jzta1G3TbQ9yIBSXFvvyeqmI=";
};
nativeBuildInputs = [