Skip to content

Commit fd36746

Browse files
committed
python312Packages.ansible: 11.1.0 -> 11.2.0
1 parent 26b55d0 commit fd36746

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
@@ -22,7 +22,7 @@
2222

2323
let
2424
pname = "ansible";
25-
version = "11.1.0";
25+
version = "11.2.0";
2626
in
2727
buildPythonPackage {
2828
inherit pname version;
@@ -32,7 +32,7 @@ buildPythonPackage {
3232

3333
src = fetchPypi {
3434
inherit pname version;
35-
hash = "sha256-0BtCWZDZYNKjP8N44bc9vKHA4ovCL0BWq2s8jprnT7o=";
35+
hash = "sha256-XFbXubyf2F+iDxT0gB6ImkWnq4O7EXdq11no+mdRCtQ=";
3636
};
3737

3838
postPatch = ''

0 commit comments

Comments
 (0)