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 cfa0168 + 9f15b83 commit f1f680cCopy full SHA for f1f680c
pkgs/development/python-modules/ansible/default.nix
@@ -24,7 +24,7 @@
24
25
let
26
pname = "ansible";
27
- version = "11.5.0";
+ version = "11.7.0";
28
in
29
buildPythonPackage {
30
inherit pname version;
@@ -34,7 +34,7 @@ buildPythonPackage {
34
35
src = fetchPypi {
36
37
- hash = "sha256-GKP8cxIKSa3pqaZ+uPnU9QCdIQbDT/65ZjrZKLdu1Zs=";
+ hash = "sha256-+d83xx1Af2W8ucXAbJkY4pfZ6nS1za9ZJsTJqp5E218=";
38
};
39
40
# we make ansible-core depend on ansible, not the other way around,
0 commit comments