Skip to content

Commit f1f680c

Browse files
authored
python3Packages.ansible: 11.5.0 -> 11.7.0 (#411654)
2 parents cfa0168 + 9f15b83 commit f1f680c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
let
2626
pname = "ansible";
27-
version = "11.5.0";
27+
version = "11.7.0";
2828
in
2929
buildPythonPackage {
3030
inherit pname version;
@@ -34,7 +34,7 @@ buildPythonPackage {
3434

3535
src = fetchPypi {
3636
inherit pname version;
37-
hash = "sha256-GKP8cxIKSa3pqaZ+uPnU9QCdIQbDT/65ZjrZKLdu1Zs=";
37+
hash = "sha256-+d83xx1Af2W8ucXAbJkY4pfZ6nS1za9ZJsTJqp5E218=";
3838
};
3939

4040
# we make ansible-core depend on ansible, not the other way around,

0 commit comments

Comments
 (0)