We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a6bf1d + 61e3b02 commit f6c6136Copy full SHA for f6c6136
pkgs/development/python-modules/ansible/default.nix
@@ -24,15 +24,15 @@
24
25
let
26
pname = "ansible";
27
- version = "13.1.0";
+ version = "13.3.0";
28
in
29
buildPythonPackage {
30
inherit pname version;
31
pyproject = true;
32
33
src = fetchPypi {
34
35
- hash = "sha256-5Se5URvhOC4x6O92UOIzinsPCdY/xd7Tzpv4I0RE13E=";
+ hash = "sha256-fn7QUsjuexRJ+yhdDh2sACn2RAxwzp9HOvbBoxiHu4Q=";
36
};
37
38
# we make ansible-core depend on ansible, not the other way around,
0 commit comments