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

python312Packages.govee-ble: 0.31.3 -> 0.33.1

authored by Fabian Affolter and committed by GitHub 3efa75f6 02800cff

+2 -2
+2 -2
pkgs/development/python-modules/govee-ble/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "govee-ble"; 16 - version = "0.31.3"; 16 + version = "0.33.1"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "Bluetooth-Devices"; 23 23 repo = "govee-ble"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-Gb9k2MieRKSJeKpmltL9HYA7pYKTSTWLGDgo52mY6xA="; 25 + hash = "sha256-nGTf8QjnoEQCSya2mPlUB+cDD3ewGYiihIV2S6HRr9o="; 26 26 }; 27 27 28 28 postPatch = ''