Merge pull request #327542 from r-ryantm/auto-update/python312Packages.govee-ble

python312Packages.govee-ble: 0.31.3 -> 0.33.1
This commit is contained in:
Fabian Affolter
2024-07-16 12:12:21 +02:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "govee-ble";
version = "0.31.3";
version = "0.33.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "govee-ble";
rev = "refs/tags/v${version}";
hash = "sha256-Gb9k2MieRKSJeKpmltL9HYA7pYKTSTWLGDgo52mY6xA=";
hash = "sha256-nGTf8QjnoEQCSya2mPlUB+cDD3ewGYiihIV2S6HRr9o=";
};
postPatch = ''