python310Packages.dash: 2.10.1 -> 2.10.2

This commit is contained in:
R. Ryantm 2023-06-14 10:33:09 +00:00
parent ba1a6ec548
commit cfc46cf12f

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.10.1";
version = "2.10.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-f/+GKbuijSE4LXhC7uPuLwJRk9xmChhanPIe2jagzEg=";
hash = "sha256-OcY4nEtIfR9nvBaBwpHeUJkHXwWZp+LZxjhEkwjRC9k=";
};
propagatedBuildInputs = [