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

Merge pull request #232506 from fabaff/yalexs-ble-bump

python311Packages.yalexs-ble: 2.1.16 -> 2.1.17
parents 34b064be dff17426
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "yalexs-ble";
  version = "2.1.16";
  version = "2.1.17";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-dA0g5HAvbnN1t2D+JTfphxZUEbUT7NBLY6oCKFNf5E8=";
    hash = "sha256-mN3/spDTWJfSCsKcRV24+tIjWmxI1gsO5qGuAZykWY0=";
  };

  nativeBuildInputs = [