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

python313Packages.yalexs-ble: 2.5.6 -> 2.5.7 (#379521)

parents a94e245a 6af36dee
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.5.6";
  version = "2.5.7";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "bdraco";
    repo = "yalexs-ble";
    tag = "v${version}";
    hash = "sha256-EJKFlHw+lwNKUFVYg/wa0BqPeuui/2WXfWYwgG/kbHw=";
    hash = "sha256-u9NNSaO/xqpmMXwIkgzZREjZEzVFKFIHJJVKLS0EwJs=";
  };

  build-system = [ poetry-core ];