python312Packages.ansible-compat: 24.8.0 -> 24.9.0

This commit is contained in:
R. Ryantm
2024-09-09 16:32:48 +00:00
parent 4e97d1fdd6
commit cfecc8eb90
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ansible-compat";
version = "24.8.0";
version = "24.9.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ansible_compat";
inherit version;
hash = "sha256-z6rcY/TYXcv0eI97zsLKhWPntcn9MFgAXv15iPHBciw=";
hash = "sha256-xaQqVt0hJiXPyx0x5RpuD1JZNpG94f5KeIgeixt4prg=";
};
nativeBuildInputs = [