Skip to content

Commit becdee5

Browse files
committed
python3Packages.ansible: 11.4.0 -> 11.5.0
1 parent b3582c7 commit becdee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/ansible/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
let
2626
pname = "ansible";
27-
version = "11.4.0";
27+
version = "11.5.0";
2828
in
2929
buildPythonPackage {
3030
inherit pname version;
@@ -34,7 +34,7 @@ buildPythonPackage {
3434

3535
src = fetchPypi {
3636
inherit pname version;
37-
hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8=";
37+
hash = "sha256-GKP8cxIKSa3pqaZ+uPnU9QCdIQbDT/65ZjrZKLdu1Zs=";
3838
};
3939

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

0 commit comments

Comments
 (0)