python312Packages.openrgb-python: 0.2.15 -> 0.3.0

Changelog: https://github.com/jath03/openrgb-python/releases/tag/v0.3.0
This commit is contained in:
Fabian Affolter 2024-04-01 20:38:33 +02:00
parent a5fcefa1ad
commit f310b9feab
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "openrgb-python";
version = "0.2.15";
version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rTfpqMM+IUd8rMmw/r15sICLoPHL6KLaRrmUjWTfUkA=";
hash = "sha256-2eeb2XHYvBaHkHHs9KxZKDGXtcLaT28c/aLC9pxrRmM=";
};
# Module has no tests