Merge pull request #228664 from fabaff/bleak-bump

python310Packages.bleak: 0.20.1 -> 0.20.2
This commit is contained in:
Mario Rodas 2023-04-30 06:29:31 -05:00 committed by GitHub
commit b77ed45870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bleak";
version = "0.20.1";
version = "0.20.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "hbldh";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8QFcoWKF2Hc49xJ+224lYaPpTVF1QsMu6Lu66J5ok0Y=";
hash = "sha256-hiQSsQHq1hoCQhoWU50i2NXYR/LaTHAize9cfr1uZsY=";
};
nativeBuildInputs = [