python312Packages.ansible-compat: 24.9.0 -> 24.9.1

This commit is contained in:
R. Ryantm 2024-09-21 23:29:23 +00:00
parent 3c8525a3b7
commit 9f7ab813f4

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ansible-compat";
version = "24.9.0";
version = "24.9.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "ansible_compat";
inherit version;
hash = "sha256-xaQqVt0hJiXPyx0x5RpuD1JZNpG94f5KeIgeixt4prg=";
hash = "sha256-n/ICReG9nemyOjZ5AlJKsOEfvPt0GDGZbaXaW2Crld8=";
};
nativeBuildInputs = [