Skip to content

Commit b6efa33

Browse files
authored
python312Packages.ansible: 11.3.0 -> 11.4.0 (NixOS#394724)
2 parents e201cb7 + fafabfa commit b6efa33

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

2525
let
2626
pname = "ansible";
27-
version = "11.3.0";
27+
version = "11.4.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-kLQJ9jDcbVWCJECaOUgxTt4bzabbLQPBdwjO9hF6YQM=";
37+
hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8=";
3838
};
3939

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

0 commit comments

Comments
 (0)