lol

python311Packages.bleak-retry-connector: 3.2.1 -> 3.3.0

Diff: https://github.com/Bluetooth-Devices/bleak-retry-connector/compare/refs/tags/v3.2.1...v3.3.0

Changelog: https://github.com/bluetooth-devices/bleak-retry-connector/blob/v3.3.0/CHANGELOG.md

authored by

Fabian Affolter and committed by
Martin Weinelt
7fbf06cc fdbcae96

+2 -2
+2 -2
pkgs/development/python-modules/bleak-retry-connector/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "bleak-retry-connector"; 16 - version = "3.2.1"; 16 + version = "3.3.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "Bluetooth-Devices"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-3dftk/C6g6Hclc/N8LlsYcZfxA1I6bMiXkzRcUg69Oc="; 25 + hash = "sha256-5yhr+W2ZSy/uSgmz23pyIKcoJ34h/eDsoyv+N9Hi36w="; 26 26 }; 27 27 28 28 postPatch = ''