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

Merge pull request #231621 from fabaff/bthome-ble-bump

python311Packages.bthome-ble: 2.11.0 -> 2.11.2
parents 308735f3 7db633ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "bthome-ble";
  version = "2.11.0";
  version = "2.11.2";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-VCdXkUdSFX7ARVtgcbsRgh9Kcy490PA+HrT0Eaj8KvI=";
    hash = "sha256-U0R4WWgXtfP1vvrGdJl70xO88YhvxwJYDnMiN4B+Waw=";
  };

  nativeBuildInputs = [