Commit dd78e3f1 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pytest-ansible: 24.1.3 -> 24.7.0

parent bd24e293
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "pytest-ansible";
  version = "24.1.3";
  version = "24.7.0";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "ansible";
    repo = "pytest-ansible";
    rev = "refs/tags/v${version}";
    hash = "sha256-pQNm7Q9NAc/jLlR6f0132tpXyBoQaKpm7JoEgqOJL8U=";
    hash = "sha256-yrdfVWXcTB6WKDUnm4wDdKZGWq9F7oOT0RP42xyASRw=";
  };

  postPatch = ''