python3Packages.dash: 2.15.0 -> 2.16.1

https://github.com/plotly/dash/blob/refs/tags/v2.16.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:46 +01:00
parent ff50faadaa
commit 78019bb9e7
@@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.15.0";
version = "2.16.1";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = "dash";
rev = "refs/tags/v${version}";
hash = "sha256-38BOw/CrauT/usVWCI735J0zRf9wzScUgbfGTy5B7ng=";
hash = "sha256-IPyGQXrC2FTTSIC4IFGwKTceyzPYAe4jwDoO5C9YeF0=";
};
nativeBuildInputs = [