Skip to content

Commit f6c6136

Browse files
python3Packages.ansible: 13.1.0 -> 13.3.0 (NixOS#476866)
2 parents 8a6bf1d + 61e3b02 commit f6c6136

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,15 +24,15 @@
2424

2525
let
2626
pname = "ansible";
27-
version = "13.1.0";
27+
version = "13.3.0";
2828
in
2929
buildPythonPackage {
3030
inherit pname version;
3131
pyproject = true;
3232

3333
src = fetchPypi {
3434
inherit pname version;
35-
hash = "sha256-5Se5URvhOC4x6O92UOIzinsPCdY/xd7Tzpv4I0RE13E=";
35+
hash = "sha256-fn7QUsjuexRJ+yhdDh2sACn2RAxwzp9HOvbBoxiHu4Q=";
3636
};
3737

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

0 commit comments

Comments
 (0)