python3Packages.ansible: 11.9.0 -> 12.0.0

R. Ryantm 64d696b6 f2e6aba3

Changed files
+2 -2
pkgs
development
python-modules
ansible
+2 -2
pkgs/development/python-modules/ansible/default.nix
···
let
pname = "ansible";
-
version = "11.9.0";
+
version = "12.0.0";
in
buildPythonPackage {
inherit pname version;
···
src = fetchPypi {
inherit pname version;
-
hash = "sha256-UoylpAjxHPH+oA2up1cOaNQOFnvji5DBGafLRXKeSSE=";
+
hash = "sha256-GzrYFY3SWXzkWoZKVcoJ5b4YB8yX9EoAw517ueFSCqY=";
};
# we make ansible-core depend on ansible, not the other way around,