python311Packages.plotly: 5.21.0 -> 5.22.0

This commit is contained in:
R. Ryantm
2024-05-04 23:42:32 +00:00
parent 14e704d967
commit a4373b21da
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "plotly";
version = "5.21.0";
version = "5.22.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-aSQ/jBZdS+JsDfHG8LeyWOLf7v4DJ2NAStfn+318IHM=";
hash = "sha256-hZ/a29hrV3CuJGblQrdhskfRxrSdrtdluVu4xwY+dGk=";
};
propagatedBuildInputs = [