Unverified Commit 915a2878 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.ansible: 11.7.0 -> 11.8.0 (#428104)

parents b65adef5 2b2cc09e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

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

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-+d83xx1Af2W8ucXAbJkY4pfZ6nS1za9ZJsTJqp5E218=";
    hash = "sha256-KOoDLHfzRLuOpNfTn5pdTpNebItgg2yMiii5z2ya2xo=";
  };

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