python310Packages.aiolifx: 0.8.2 -> 0.8.4

This commit is contained in:
R. Ryantm 2022-09-08 17:26:09 +00:00 committed by Jonathan Ringer
parent 091e581927
commit 01b6b8a24f

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "0.8.2";
version = "0.8.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-k47cXi2CDtFIV3gzfdYU4i17ry0ABXcWK5CcWhwTdT0=";
hash = "sha256-r5bBomAoRwlII8pT/2o+0va/oBr3s8b8v2jq9n6WDwI=";
};
propagatedBuildInputs = [