Fabian Affolter 2025-08-13 08:51:13 +02:00
parent e51401ca41
commit f94b92a743

View File

@ -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 ];