Unverified Commit 8ef6343e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.pylutron: 0.2.15 -> 0.2.16 (#350614)

parents 6d3459a2 126cdaca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pylutron";
  version = "0.2.15";
  version = "0.2.16";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-1UUW3Ym11jR4dxSS1OOVPl6h69I6H782Q4ZeVitty0c=";
    hash = "sha256-SuG5x8GWTsCOve3jj1hrtsm37yNRHVFuFjapQafHTbA=";
  };

  build-system = [ setuptools ];