python310Packages.ansible-core: 2.15.0 -> 2.15.1

This commit is contained in:
R. Ryantm 2023-06-27 06:13:07 +00:00
parent d9895270b7
commit 15d222d3b5

View file

@ -24,11 +24,11 @@
buildPythonPackage rec {
pname = "ansible-core";
version = "2.15.0";
version = "2.15.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-z2kP1Ou0BZDgDFrNwGJHWMpMWNHksrAuwCagNAcOv00=";
hash = "sha256-7SjrSUPkgABO3Juh6b7peaBlDLL5Nyzkor1XKDjGDSs=";
};
# ansible_connection is already wrapped, so don't pass it through