python312Packages.aiolifx: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-04-06 14:26:34 +00:00
parent f6eb921406
commit ececef9cce
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-r42M7aqKKLdGgRaCym44M1nvu0vTGK7ricBp/AsbFRk=";
hash = "sha256-E3UxNTqss3urpMTwhLhIoAnBekGOIyFy0+sOj3mGlss=";
};
nativeBuildInputs = [