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

python313Packages.govee-ble: 0.43.0 -> 0.43.1 (#387532)

parents 3e5b5bf0 dc014e13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "govee-ble";
  version = "0.43.0";
  version = "0.43.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "Bluetooth-Devices";
    repo = "govee-ble";
    tag = "v${version}";
    hash = "sha256-MC5ql5Cd9atpgQCoTIfasioplJ2f1M+RrGR/oI/fdMI=";
    hash = "sha256-JhhHg/ht5vfW3zvX9nRwMzvPTgRsnj7WZiS9y7XX9IM=";
  };

  build-system = [ poetry-core ];