Unverified Commit f6c6136a authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

python3Packages.ansible: 13.1.0 -> 13.3.0 (#476866)

parents 8a6bf1d1 61e3b02a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

let
  pname = "ansible";
  version = "13.1.0";
  version = "13.3.0";
in
buildPythonPackage {
  inherit pname version;
@@ -32,7 +32,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-5Se5URvhOC4x6O92UOIzinsPCdY/xd7Tzpv4I0RE13E=";
    hash = "sha256-fn7QUsjuexRJ+yhdDh2sACn2RAxwzp9HOvbBoxiHu4Q=";
  };

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