Merge pull request #319644 from r-ryantm/auto-update/python311Packages.dash

python311Packages.dash: 2.17.0 -> 2.17.1
This commit is contained in:
Nick Cao
2024-06-15 09:00:23 -04:00
committed by GitHub
@@ -37,7 +37,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.17.0";
version = "2.17.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = "dash";
rev = "refs/tags/v${version}";
hash = "sha256-45nSQ3N7VcPsXthmMj3gMWFPi/i9z0peI1Wc6fUT7So=";
hash = "sha256-51/nMnXUhb+hTL4xS9x4urI+2eENo/8sEKtk/kt6xTk=";
};
nativeBuildInputs = [