Commit 1bfd675b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.govee-ble: 0.14.0 -> 0.14.1

parent f8f3210d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "govee-ble";
  version = "0.14.0";
  version = "0.14.1";
  format = "pyproject";

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-iJ3fvbQBIk2fpCfz9/uvxk6WcGaL8OVDsNQux+pTBhM=";
    hash = "sha256-gAhrhHTPwNipAFS22GXKjeVXqx0AGorvsqqEWKwRLzA=";
  };

  nativeBuildInputs = [