python312Packages.openrgb-python: 0.3.2 -> 0.3.3 (#362611)

This commit is contained in:
Fabian Affolter
2024-12-07 01:19:40 +01:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "openrgb-python";
version = "0.3.2";
version = "0.3.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-euWcot6OfGOSzueA3B4L3h+G2Gv97ZZUiSTABQh8kSc=";
hash = "sha256-XQnxYfs7VouABBNBg7mXT3XGfbEP3PNZzVO8TlTpSUc=";
};
build-system = [ setuptools ];