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

python311Packages.dash: 2.16.1 -> 2.17.0
This commit is contained in:
Matthias Beyer 2024-05-16 16:32:09 +02:00 committed by GitHub
commit cd3c492f06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.16.1";
version = "2.17.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = "dash";
rev = "refs/tags/v${version}";
hash = "sha256-IPyGQXrC2FTTSIC4IFGwKTceyzPYAe4jwDoO5C9YeF0=";
hash = "sha256-45nSQ3N7VcPsXthmMj3gMWFPi/i9z0peI1Wc6fUT7So=";
};
nativeBuildInputs = [