Skip to content

Commit fd1e6f4

Browse files
authored
python3Packages.ansible-core: 2.18.7 -> 2.19.1 (#435368)
2 parents a09fc83 + f03992e commit fd1e6f4

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/ansible

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/ansible/core.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
buildPythonPackage rec {
3434
pname = "ansible-core";
35-
version = "2.18.7";
35+
version = "2.19.1";
3636
pyproject = true;
3737

38-
disabled = pythonOlder "3.11";
38+
disabled = pythonOlder "3.12";
3939

4040
src = fetchPypi {
4141
pname = "ansible_core";
4242
inherit version;
43-
hash = "sha256-GhKb+fzV3KKxfoPOdxR+4vvDxRpJWJcBUol8xbbQquc=";
43+
hash = "sha256-r/0zs40ytXz8LNba86r8s4QpcDnkxWABlqLumqAnt10=";
4444
};
4545

4646
# ansible_connection is already wrapped, so don't pass it through

0 commit comments

Comments
 (0)