Commit 086c5cae authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent a1030cf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "govee-ble";
  version = "0.31.0";
  version = "0.31.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "govee-ble";
    rev = "refs/tags/v${version}";
    hash = "sha256-g4tOu4nrJx1DVk2KLfF6HIEM7vTkfBg2fd7R1j+Xwrk=";
    hash = "sha256-aWSf80WmVopkvqCzQKHEw9McrfepZcN+fhrUP90gf5U=";
  };

  postPatch = ''