Skip to content

Commit fafabfa

Browse files
committed
python312Packages.ansible: 11.3.0 -> 11.4.0
1 parent c68937a commit fafabfa

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
@@ -23,7 +23,7 @@
2323

2424
let
2525
pname = "ansible";
26-
version = "11.3.0";
26+
version = "11.4.0";
2727
in
2828
buildPythonPackage {
2929
inherit pname version;
@@ -33,7 +33,7 @@ buildPythonPackage {
3333

3434
src = fetchPypi {
3535
inherit pname version;
36-
hash = "sha256-kLQJ9jDcbVWCJECaOUgxTt4bzabbLQPBdwjO9hF6YQM=";
36+
hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8=";
3737
};
3838

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

0 commit comments

Comments
 (0)