Unverified Commit fe2aa547 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #336088 from r-ryantm/auto-update/python312Packages.aiolifx

python312Packages.aiolifx: 1.0.6 -> 1.0.8
parents aff8500b 6bd20c45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "aiolifx";
  version = "1.0.6";
  version = "1.0.8";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-DA949hZogSY3KkLSeILvB5Ay6rXZoLe8ndbOtagTtvM=";
    hash = "sha256-GbChqlBOcrDvzwrY0Vd6TTqPOhUjKbcYtULdQDVsY2o=";
  };

  build-system = [ setuptools ];