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

python3Packages.govee-ble: 0.44.0 -> 0.45.0 (#435992)

parents cefcc33e 226476dc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

buildPythonPackage rec {
  pname = "govee-ble";
  version = "0.44.0";
  version = "0.45.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "Bluetooth-Devices";
    repo = "govee-ble";
    tag = "v${version}";
    hash = "sha256-19kGgelUFuMuiZxzb0ySkG6L52I/CHsfPQdzSbwucPY=";
    hash = "sha256-SUxK4H0Vo8C4GykIv8duFhhiGBA860QofVQDO37Ubdw=";
  };

  build-system = [ poetry-core ];