Unverified Commit f40f639e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.xiaomi-ble: 1.7.1 -> 1.9.0 (#497906)

parents ecc51c05 62a61882
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage (finalAttrs: {
  pname = "xiaomi-ble";
  version = "1.7.1";
  version = "1.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Bluetooth-Devices";
    repo = "xiaomi-ble";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r56WZs6GIFEbklcG4fEuOdbNzFntSy4JzKsRzANvf2g=";
    hash = "sha256-5601Dm+namYAP9lZJm8wO4RDngLJjynNupqOA30po8Q=";
  };

  build-system = [ poetry-core ];