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

authored by Doron Behar and committed by GitHub fc114bb6 e05a7fa8

+2 -2
+2 -2
pkgs/development/python-modules/dash/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "dash"; 18 - version = "2.3.0"; 18 + version = "2.3.1"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.6"; ··· 24 24 owner = "plotly"; 25 25 repo = pname; 26 26 rev = "v${version}"; 27 - sha256 = "sha256-iH56c2PO1G/NlLmYC+6sdAMZ+kXvUkpkqxfnl9EmDsQ="; 27 + sha256 = "sha256-gsP/WbALUkO3AB0uuX/ByhzaeIDSUUE1Cb8Cnh4GEh0="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [