Merge pull request #128946 from fabaff/bump-aiolifx-effects
python3Packages.aiolifx-effects: 0.2.1 -> 0.2.2
This commit is contained in:
commit
686c2a2ba4
1 changed files with 6 additions and 5 deletions
|
@ -7,20 +7,21 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiolifx-effects";
|
||||
version = "0.2.1";
|
||||
version = "0.2.2";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "aiolifx_effects";
|
||||
sha256 = "cb4ac52deeb220783fc6449251cf40833fcffa28648270be64b1b3e83e06b503";
|
||||
sha256 = "sha256-qkXJDYdJ+QyQWn/u7g6t4QJG1uSqle+a5RhTkPPsHKo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ aiolifx ];
|
||||
|
||||
# tests are not implemented
|
||||
doCheck = false;
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
propagatedBuildInputs = [ aiolifx ];
|
||||
pythonImportsCheck = [ "aiolifx_effects" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/amelchio/aiolifx_effects";
|
||||
|
|
Loading…
Reference in a new issue