Skip to content

Commit

Permalink
Merge pull request NixOS#272470 from fabaff/habluetooth-bump
Browse files Browse the repository at this point in the history
python311Packages.habluetooth: 0.6.1 -> 0.9.0
  • Loading branch information
fabaff authored Dec 6, 2023
2 parents bedd46a + 6f55824 commit 6b255c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/habluetooth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "habluetooth";
version = "0.6.1";
version = "0.9.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
rev = "refs/tags/v${version}";
hash = "sha256-Ha+tK3uThYvDcFsNA3JIzSG6IGUsAcls7ArJJpO3ZSQ=";
hash = "sha256-jAv3ygKsd2leHTR6FAIxaq+PtQbjauzyA+wvxTfTe2g=";
};

postPatch = ''
Expand Down

0 comments on commit 6b255c9

Please sign in to comment.