Merge pull request #170679 from fabaff/aiolifx-bump

python310Packages.aiolifx: 0.8.0 -> 0.8.1
This commit is contained in:
Fabian Affolter 2022-04-28 08:45:30 +02:00 committed by GitHub
commit f25fc11c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "0.8.0";
version = "0.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7XwtTALfEFAI2Rl3JcVcncIZBTFNuXyyclpJj5jHyEU=";
hash = "sha256-w6d2qpU8jPrE2Dtuq4825qOCU1SoIpkEjOEX+BYxhuU=";
};
propagatedBuildInputs = [