Unverified Commit 7daa2b14 authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent bc4250f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17566,10 +17566,10 @@ with pkgs;
    };
  }));
  ansible_2_13 = python3Packages.toPythonApplication (python3Packages.ansible-core.overridePythonAttrs (oldAttrs: rec {
    version = "2.13.9";
    version = "2.13.10";
    src = oldAttrs.src.override {
      inherit version;
      hash = "sha256-nDGeygqcU83m8XSBLd1xFO2x5dDrXh30e9DY/v7ax2w=";
      hash = "sha256-1LQKSq+GDe9sLJ6K1SAfhoPj59fY4hRjxtWepPixLfc=";
    };
  }));