Merge pull request #166378 from r-ryantm/auto-update/python3.10-dash

This commit is contained in:
Doron Behar 2022-03-30 20:11:49 +03:00 committed by GitHub
commit fc114bb6cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.3.0";
version = "2.3.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iH56c2PO1G/NlLmYC+6sdAMZ+kXvUkpkqxfnl9EmDsQ=";
sha256 = "sha256-gsP/WbALUkO3AB0uuX/ByhzaeIDSUUE1Cb8Cnh4GEh0=";
};
propagatedBuildInputs = [