Unverified Commit d86bd360 authored by dish's avatar dish Committed by GitHub
Browse files

python3Packages.ansible: 11.9.0 -> 12.0.0 (#444727)

parents bca09beb 64d696b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

let
  pname = "ansible";
  version = "11.9.0";
  version = "12.0.0";
in
buildPythonPackage {
  inherit pname version;
@@ -35,7 +35,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-UoylpAjxHPH+oA2up1cOaNQOFnvji5DBGafLRXKeSSE=";
    hash = "sha256-GzrYFY3SWXzkWoZKVcoJ5b4YB8yX9EoAw517ueFSCqY=";
  };

  # we make ansible-core depend on ansible, not the other way around,