Unverified Commit ec9deef7 authored by Robert Sliwinski's avatar Robert Sliwinski
Browse files
parent 40136843
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@

buildPythonPackage rec {
  pname = "ansible-core";
  version = "2.20.0";
  version = "2.20.3";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
    owner = "ansible";
    repo = "ansible";
    tag = "v${version}";
    hash = "sha256-4kTBzDHDfdHR/W4edxrGtWhg6TRLMtdEgUZYcn8cFQg=";
    hash = "sha256-WLfLbQYYJOdMHApNnFZYiET4es3z2SeeLP0jbrFqxrU=";
  };

  # ansible_connection is already wrapped, so don't pass it through