Merge pull request #228664 from fabaff/bleak-bump

python310Packages.bleak: 0.20.1 -> 0.20.2

authored by

Mario Rodas and committed by
GitHub
b77ed458 c88fda11

+2 -2
+2 -2
pkgs/development/python-modules/bleak/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "bleak"; 16 - version = "0.20.1"; 16 + version = "0.20.2"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "hbldh"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-8QFcoWKF2Hc49xJ+224lYaPpTVF1QsMu6Lu66J5ok0Y="; 25 + hash = "sha256-hiQSsQHq1hoCQhoWU50i2NXYR/LaTHAize9cfr1uZsY="; 26 26 }; 27 27 28 28 nativeBuildInputs = [