python3Packages.aiolifx: 1.2.0 -> 1.2.1 (#425302)

This commit is contained in:
Nick Cao 2025-07-15 14:11:20 -04:00 committed by GitHub
commit 0f68f6f9e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aiolifx";
version = "1.2.0";
version = "1.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-pAuQLeqLVkVEW/iByXk9brfEm79rR4ZL+ncUA0MxOnM=";
hash = "sha256-h82KPrHcWUUrQFyMy3fY6BmQFA5a4DFJdhJ6zRnKMsc=";
};
build-system = [ setuptools ];