Skip to content

Commit

Permalink
Merge pull request #298817 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.xiaomi-ble

python312Packages.xiaomi-ble: 0.27.1 -> 0.28.0
  • Loading branch information
fabaff committed Mar 25, 2024
2 parents 1b1c743 + 180ccd3 commit 5e75b75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/xiaomi-ble/default.nix
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.27.1";
version = "0.28.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -26,15 +26,15 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "xiaomi-ble";
rev = "refs/tags/v${version}";
hash = "sha256-/LOq35YrGacXXP1Izl9xoF5rrCQGONPGj/u2zGOqbt0=";
hash = "sha256-Va/fzGDjBR/h1lUN47AixZnDYzEPNXQKTVXILKayhBc=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail " --cov=xiaomi_ble --cov-report=term-missing:skip-covered" ""
'';

nativeBuildInputs = [
build-system = [
poetry-core
pythonRelaxDepsHook
];
Expand All @@ -43,7 +43,7 @@ buildPythonPackage rec {
"pycryptodomex"
];

propagatedBuildInputs = [
dependencies = [
bleak
bleak-retry-connector
bluetooth-data-tools
Expand Down

0 comments on commit 5e75b75

Please sign in to comment.