python3Packages.ansible-base: 2.10.12 -> 2.10.13

(cherry picked from commit a02ec1002d077cda0ffb3b063d9ff8e9046c9738)
This commit is contained in:
Martin Weinelt 2021-08-18 02:30:24 +02:00
parent 8fa3d05020
commit b72e5dddca
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ let
in
buildPythonPackage rec {
pname = "ansible-base";
version = "2.10.12";
version = "2.10.13";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qWVW4tI5+Sg+FWVNQMGqhmgqTntD9Qtf8CK8jkK2mHg=";
sha256 = "sha256-0sKbGUblrgh4SgdiuMSMMvg15GSNb5l6bCqBt4/0860=";
};
# ansible_connection is already wrapped, so don't pass it through