3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.ansible-core: 2.13.2 -> 2.13.4

This commit is contained in:
R. Ryantm 2022-09-13 05:45:37 +00:00
parent 994df04c3c
commit d97e7267f7

View file

@ -24,11 +24,11 @@
buildPythonPackage rec {
pname = "ansible-core";
version = "2.13.2";
version = "2.13.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-t3nQ5VqXcXwO5ehrSGqmfAfCgJ70d74qyErQkajdLds=";
sha256 = "sha256-ePRcLEcq9gubS4y9q6WjkRB5CHiRqfbG7XJjJ7jyHGo=";
};
# ansible_connection is already wrapped, so don't pass it through