From f94b92a7437202ce77aae90c65e9031fb93b372d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Aug 2025 08:51:13 +0200 Subject: [PATCH] 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 --- .../python-modules/bleak-retry-connector/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bleak-retry-connector/default.nix b/pkgs/development/python-modules/bleak-retry-connector/default.nix index 3edd3f454312..33f3bddbf267 100644 --- a/pkgs/development/python-modules/bleak-retry-connector/default.nix +++ b/pkgs/development/python-modules/bleak-retry-connector/default.nix @@ -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 ];