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.
1 parent c68937a commit fafabfaCopy full SHA for fafabfa
pkgs/development/python-modules/ansible/default.nix
@@ -23,7 +23,7 @@
23
24
let
25
pname = "ansible";
26
- version = "11.3.0";
+ version = "11.4.0";
27
in
28
buildPythonPackage {
29
inherit pname version;
@@ -33,7 +33,7 @@ buildPythonPackage {
33
34
src = fetchPypi {
35
36
- hash = "sha256-kLQJ9jDcbVWCJECaOUgxTt4bzabbLQPBdwjO9hF6YQM=";
+ hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8=";
37
};
38
39
# we make ansible-core depend on ansible, not the other way around,
0 commit comments