Merge pull request #181599 from r-ryantm/auto-update/python310Packages.dash

python310Packages.dash: 2.5.1 -> 2.6.0
This commit is contained in:
Robert Scott 2022-07-15 20:00:44 +01:00 committed by GitHub
commit 722cc59f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "dash";
version = "2.5.1";
version = "2.6.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "plotly";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ptJ/rRAENiwcvnCM80gewUwW5Q77gD0b/NF534LpPfY=";
hash = "sha256-pZax5qkQ73SVhIKVR+q6xAm6hp+v7jSu6b9HBk5Rr8w=";
};
propagatedBuildInputs = [