Unverified Commit d5bee466 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #260844 from r-ryantm/auto-update/python310Packages.ansible-core

python310Packages.ansible-core: 2.15.4 -> 2.15.5
parents c7a40893 b6aad274
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@

buildPythonPackage rec {
  pname = "ansible-core";
  version = "2.15.4";
  version = "2.15.5";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-waiq7emF955ZMrohY2OTeffYAlv9myg3jbFkmk71Qe0=";
    hash = "sha256-jMU5y41DSa8//ZAccHIvenogOuZCfdrJX/31RqbkFgI=";
  };

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