python3Packages.openrgb-python: 0.3.5 -> 0.3.6

This commit is contained in:
R. Ryantm
2025-10-16 14:20:06 +00:00
parent 5d1f6df5e1
commit 8a41cb8406
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "openrgb-python";
version = "0.3.5";
version = "0.3.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-06efPdVHkZG9uR1W+bQcZzxqqEYXlKpmuXmiRk36TZA=";
hash = "sha256-86jy8hoOgQocdCeapjaRFO9PKx/TW9kcN16UKSWNVps=";
};
build-system = [ setuptools ];