Merge pull request #171011 from r-ryantm/auto-update/python3.10-bleak

python310Packages.bleak: 0.14.2 -> 0.14.3
This commit is contained in:
Ryan Mulligan 2022-04-30 08:07:53 -07:00 committed by GitHub
commit 516ad2775c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
buildPythonPackage rec {
pname = "bleak";
version = "0.14.2";
version = "0.14.3";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "1fkq8q54s9apqiamdd8vgrhk5p02w5w281q93dfnrd37xv7ysk6h";
sha256 = "sha256-dg5bsegECH92JXa5uVY9Y7R9UhsWUpiOKMPLXmS2GZA=";
};
postPatch = ''