We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a09fc83 + f03992e commit fd1e6f4Copy full SHA for fd1e6f4
pkgs/development/python-modules/ansible/core.nix
@@ -32,15 +32,15 @@
32
33
buildPythonPackage rec {
34
pname = "ansible-core";
35
- version = "2.18.7";
+ version = "2.19.1";
36
pyproject = true;
37
38
- disabled = pythonOlder "3.11";
+ disabled = pythonOlder "3.12";
39
40
src = fetchPypi {
41
pname = "ansible_core";
42
inherit version;
43
- hash = "sha256-GhKb+fzV3KKxfoPOdxR+4vvDxRpJWJcBUol8xbbQquc=";
+ hash = "sha256-r/0zs40ytXz8LNba86r8s4QpcDnkxWABlqLumqAnt10=";
44
};
45
46
# ansible_connection is already wrapped, so don't pass it through
0 commit comments