Commit 6bd20c45 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.aiolifx: 1.0.6 -> 1.0.8

parent 625941e1
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 ];