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 14 buildPythonPackage rec { 15 pname = "govee-ble"; 16 - version = "0.31.3"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "Bluetooth-Devices"; 23 repo = "govee-ble"; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-Gb9k2MieRKSJeKpmltL9HYA7pYKTSTWLGDgo52mY6xA="; 26 }; 27 28 postPatch = ''
··· 13 14 buildPythonPackage rec { 15 pname = "govee-ble"; 16 + version = "0.33.1"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.9"; ··· 22 owner = "Bluetooth-Devices"; 23 repo = "govee-ble"; 24 rev = "refs/tags/v${version}"; 25 + hash = "sha256-nGTf8QjnoEQCSya2mPlUB+cDD3ewGYiihIV2S6HRr9o="; 26 }; 27 28 postPatch = ''