Commit 0aa989ed authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.yalexs-ble: 2.6.0 -> 3.0.0

parent 4a3f7c41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "yalexs-ble";
  version = "2.6.0";
  version = "3.0.0";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = "yalexs-ble";
    tag = "v${version}";
    hash = "sha256-NSN0i99Pd3ivRd9aFIDu/CnQHCMbEIqpceDaeB5k3vU=";
    hash = "sha256-sHAdeL3mUUsKqRkv9suA3mfbwJvMADpMqt1Qu5lITnQ=";
  };

  build-system = [ poetry-core ];