Merge pull request #128946 from fabaff/bump-aiolifx-effects

python3Packages.aiolifx-effects: 0.2.1 -> 0.2.2
This commit is contained in:
Fabian Affolter 2021-07-05 23:41:53 +02:00 committed by GitHub
commit 686c2a2ba4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";