diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2022-12-11 16:11:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-11 16:11:19 +0100 |
| commit | e53fd8dfb1bf1b4278692813bbca950c215ffb60 (patch) | |
| tree | 444ee084cc250775828a3de92f22ef3afd9e9eb1 | |
| parent | Merge pull request #204807 from Eliot00/v2raya-init (diff) | |
| parent | python310Packages.home-assistant-bluetooth: 1.8.1 -> 1.9.0 (diff) | |
| download | nixpkgs-e53fd8dfb1bf1b4278692813bbca950c215ffb60.tar.gz | |
Merge pull request #205605 from fabaff/home-assistant-bluetooth-bump
python310Packages.home-assistant-bluetooth: 1.8.1 -> 1.9.0
| -rw-r--r-- | pkgs/development/python-modules/home-assistant-bluetooth/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix index 68261007b7c5..cc953e609c79 100644 --- a/pkgs/development/python-modules/home-assistant-bluetooth/default.nix +++ b/pkgs/development/python-modules/home-assistant-bluetooth/default.nix @@ -11,15 +11,16 @@ buildPythonPackage rec { pname = "home-assistant-bluetooth"; - version = "1.8.1"; + version = "1.9.0"; format = "pyproject"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-oOrsZmAXLYsJ19DrQ70O0RpeSz8Jn8oD41Tsc5DVUng="; + hash = "sha256-/ne2pnSmeHuwlGCrMC0x/yNDCvB/P4SqmK/wwcmHlJQ="; }; postPatch = '' @@ -47,7 +48,7 @@ buildPythonPackage rec { meta = with lib; { description = "Basic bluetooth models used by Home Assistant"; - changelog = "https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/main/CHANGELOG.md"; + changelog = "https://github.com/home-assistant-libs/home-assistant-bluetooth/blob/v${version}/CHANGELOG.md"; homepage = "https://github.com/home-assistant-libs/home-assistant-bluetooth"; license = licenses.asl20; maintainers = teams.home-assistant.members; |
