pythonPackages.bleak: 0.21.1 -> 0.22.1

- https://github.com/hbldh/bleak/releases/tag/v0.22.0
- https://github.com/hbldh/bleak/releases/tag/v0.22.1
This commit is contained in:
Alvar Penning 2024-05-06 21:26:47 +02:00
parent 1daef0114a
commit 58cd78adb5

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 = ''