Merge pull request #309630 from oxzi/bleak-0.22.0

pythonPackages.bleak: 0.21.1 -> 0.22.1
This commit is contained in:
Peder Bergebakken Sundt 2024-05-14 09:28:49 +02:00 committed by GitHub
commit c6bff6c960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bleak";
version = "0.21.1";
version = "0.22.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "hbldh";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-T0im8zKyNLbskAEDeUUFS/daJtvttlHlttjscqP8iSk=";
hash = "sha256-kBKNBVbEq1xHLu/gKUL2SwlA2WKjzqFVC5o4N+qnqLM=";
};
postPatch = ''