Unverified Commit 19254bd1 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.233 -> 0.13.235

parent e4e72f0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@

buildPythonPackage rec {
  pname = "pytest-homeassistant-custom-component";
  version = "0.13.233";
  version = "0.13.235";
  pyproject = true;

  disabled = pythonOlder "3.12";
  disabled = pythonOlder "3.13";

  src = fetchFromGitHub {
    owner = "MatthewFlamm";
    repo = "pytest-homeassistant-custom-component";
    rev = "refs/tags/${version}";
    hash = "sha256-Yi865ZCK1Rr9Nto0HpqRqwCE6t/UPLR8lqfPv0P+bcs=";
    hash = "sha256-hr9GZsyXj7ewEevyXs2PCMKFQahcco+gVFQi8kSxf9A=";
  };

  build-system = [ setuptools ];