mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
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:
parent
a5fcefa1ad
commit
f310b9feab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user