Skip to content

Commit

Permalink
python312Packages.aiolifx: 1.1.1 -> 1.1.2 (NixOS#365203)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 14, 2024
2 parents 356b54d + 5a61831 commit da3da9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiolifx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "aiolifx";
version = "1.1.1";
version = "1.1.2";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-oZpq2qUAtqDaRhgW9SbbQY9z81VqrqXhRLmpaPto9+A=";
hash = "sha256-M4if9eSRG7544OaVj3HXtvOWPm1mg8Nz5dh6nl0hx+4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit da3da9b

Please sign in to comment.