python312Packages.openrgb-python: 0.3.1 -> 0.3.2 (#352173)

This commit is contained in:
OTABI Tomoya 2024-10-30 13:03:17 +09:00 committed by GitHub
commit c2f63ac6ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "openrgb-python";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hzuLNbMuF4LR8fkS6ByULdF37qYwL9smaVAP2G2E+Us=";
hash = "sha256-euWcot6OfGOSzueA3B4L3h+G2Gv97ZZUiSTABQh8kSc=";
};
build-system = [ setuptools ];