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

python312Packages.yalexs-ble: 2.4.3 -> 2.5.0 (#346783)

parents daee37cb 1c9a955d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "yalexs-ble";
  version = "2.4.3";
  version = "2.5.0";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-e+XTozOStGiYa4VBM/mQfcpYTapKe92OeZPuD5SwSIQ=";
    hash = "sha256-I8LasRfV0a13E3ewkIwWEj8Af9BFBs/Xi4O2z8WuyKI=";
  };

  nativeBuildInputs = [ poetry-core ];