python312Packages.govee-ble: 0.31.3 -> 0.33.1

This commit is contained in:
R. Ryantm 2024-07-16 03:56:08 +00:00
parent b64e7d2266
commit 4ecc64bb23

View File

@ -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 = ''