python312Packages.openrgb-python: 0.3.1 -> 0.3.2

Changelog: https://github.com/jath03/openrgb-python/releases/tag/v0.3.2
This commit is contained in:
Fabian Affolter 2024-10-29 20:57:15 +01:00
parent 91779fafb1
commit bc5a9f5d2e

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 ];