nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #207699 from fabaff/bluetooth-adapters-bump

python310Packages.bluetooth-adapters: 0.14.1 -> 0.15.2, python310Packages.bleak-retry-connector: 2.10.2 -> 2.13.0

authored by

Fabian Affolter and committed by
GitHub
ee71cdee 317446b6

+5 -4
+3 -2
pkgs/development/python-modules/bleak-retry-connector/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "bleak-retry-connector"; 16 - version = "2.10.2"; 16 + version = "2.13.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-9s7Ff7lH7a/zoV0blrp5tOZoZkBDAoSZx5aL9VQyzFo="; 25 + hash = "sha256-p61U2WF+Bq2xJif3W74ghS51UggjLjIsFMGdhEu3pq8="; 26 26 }; 27 27 28 28 postPatch = '' ··· 60 60 meta = with lib; { 61 61 description = "Connector for Bleak Clients that handles transient connection failures"; 62 62 homepage = "https://github.com/bluetooth-devices/bleak-retry-connector"; 63 + changelog = "https://github.com/bluetooth-devices/bleak-retry-connector/blob/v${version}/CHANGELOG.md"; 63 64 license = licenses.mit; 64 65 maintainers = with maintainers; [ fab ]; 65 66 };
+2 -2
pkgs/development/python-modules/bluetooth-adapters/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "bluetooth-adapters"; 20 - version = "0.14.1"; 20 + version = "0.15.2"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "Bluetooth-Devices"; 27 27 repo = pname; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-QqwEnz3b5+r7bUSrZkzTwFn8fYczNuUi49hpa1LRsrw="; 29 + hash = "sha256-vwcOMg10XRT6wNkQQF6qkbWSG2rsUXaDSEiIevii1eA="; 30 30 }; 31 31 32 32 postPatch = ''