python310Packages.ansible-core: 2.14.0 -> 2.14.2

This commit is contained in:
R. Ryantm 2023-02-01 22:57:26 +00:00
parent 08ee77ebca
commit 025f11f55c

View file

@ -24,11 +24,11 @@
buildPythonPackage rec {
pname = "ansible-core";
version = "2.14.0";
version = "2.14.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-+ki0gctiO/ebuQPyIwl2gaDBPhtOx+eOfdfYWNNqNLI=";
hash = "sha256-R/DUtBJbWO26ZDWkfzfL5qGNpUWU0Y+BKVi7DLWNTmU=";
};
# ansible_connection is already wrapped, so don't pass it through