python3Packages.bleak: 1.0.1 -> 1.1.1

Diff: https://github.com/hbldh/bleak/compare/v1.0.1...v1.1.1

Changelog: https://github.com/hbldh/bleak/blob/v1.1.1/CHANGELOG.rst
This commit is contained in:
Robert Schütz
2025-09-23 05:13:10 -07:00
parent 3d061fb0d5
commit 3bf7ce0614

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "bleak";
version = "1.0.1";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "hbldh";
repo = "bleak";
tag = "v${version}";
hash = "sha256-JHTyTHMMZDD75baQK3nf4R+8eW0Tt62CMTXb8eRKp94=";
hash = "sha256-z0Mxr1pUQWNEK01PKMV/CzpW+GeCRcv/+9BADts1FuU=";
};
postPatch = ''