Unverified Commit 710d6f6c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.oralb-ble: 1.0.0 -> 1.0.2 (#451867)

parents 98e86d72 9fed54fc
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -11,21 +11,18 @@
  pytest-asyncio,
  pytest-cov-stub,
  pytestCheckHook,
  pythonOlder,
}:

buildPythonPackage rec {
  pname = "oralb-ble";
  version = "1.0.0";
  version = "1.0.2";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "Bluetooth-Devices";
    repo = "oralb-ble";
    tag = "v${version}";
    hash = "sha256-2uXfsWt8MW/neeh2HR59u0jOVXwjt4IM2DGR+vuvi2c=";
    hash = "sha256-NKNglslwEltThQ3fto++WNYRyjWVt9UmsFmps651dpM=";
  };

  build-system = [ poetry-core ];