python313Packages.bleak-retry-connector: 4.0.0 -> 4.0.1
Diff: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/refs/tags/v4.0.0...refs/tags/v4.0.1 Changelog: https://github.com/bluetooth-devices/bleak-retry-connector/blob/v4.0.1/CHANGELOG.md
This commit is contained in:
parent
e51401ca41
commit
f94b92a743
@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bleak-retry-connector";
|
||||
version = "4.0.0";
|
||||
version = "4.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "bleak-retry-connector";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-zF1wGDpcUK/88A+2JHuu2bU1tYmJIvSfdZX/IZEmauQ=";
|
||||
hash = "sha256-6x9n8DG7nyGLFCcPAEyIy3sWZ4sthgFT24/Owv0KTsQ=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user