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