Unverified Commit 00a33b21 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232733 from fabaff/rapt-ble-bump

python311Packages.rapt-ble: 0.1.0 -> 0.1.1
parents b969a89c 395144ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "rapt-ble";
  version = "0.1.0";
  version = "0.1.1";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "sairon";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-upTtVqxVHrqLSGTSGCiCVlDa2NEuuqe+0W2DM+UhTnc=";
    hash = "sha256-BLpe4AxxvFeOfcBSPtLwPIJZnNIBEdd6JpuQb9upO34=";
  };

  postPatch = ''