python3Packages.dash: 2.10.2 -> 2.13.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:27 +02:00
parent 0d987586d1
commit 9bfc61135f
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.10.2";
version = "2.13.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-OcY4nEtIfR9nvBaBwpHeUJkHXwWZp+LZxjhEkwjRC9k=";
hash = "sha256-+pTxEPuXtcu+ZekphqXD/k2tQ5werH/1ueGJOxA8pZw=";
};
propagatedBuildInputs = [