Commit e57e09e2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.sensorpro-ble: 0.7.1 -> 1.0.0

parent 405a1a99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "sensorpro-ble";
  version = "0.7.1";
  version = "1.0.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "sensorpro-ble";
    tag = "v${version}";
    hash = "sha256-/brgy3B/Hqgu1M4xmjciXJx25btN/iFgjT0TgTdij2o=";
    hash = "sha256-DsISsczQCGtLc15VJrZvggDZDmYNuEKkabrAHcDZmWE=";
  };

  build-system = [ poetry-core ];