python311Packages.dash: 2.9.1 -> 2.9.3

This commit is contained in:
R. Ryantm 2023-05-18 01:49:30 +00:00
parent 8fcd9a3173
commit 777e203fb0

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.9.1";
version = "2.9.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-bxWSYDKKnsWs/bTRkIsNJ2hOIoHS2xhl4IIW+uEnbMU=";
hash = "sha256-3Q9rp2V8TawT5yT3TBtdUgnMFqFGRNQCDhtgMb2dS6U=";
};
propagatedBuildInputs = [