Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.ansible: 11.4.0 -> 11.5.0

R. Ryantm becdee5c b3582c75

+2 -2
+2 -2
pkgs/development/python-modules/ansible/default.nix
··· 24 24 25 25 let 26 26 pname = "ansible"; 27 - version = "11.4.0"; 27 + version = "11.5.0"; 28 28 in 29 29 buildPythonPackage { 30 30 inherit pname version; ··· 34 34 35 35 src = fetchPypi { 36 36 inherit pname version; 37 - hash = "sha256-0lp/Jr9YIfgEO8gGAZgi/SgQvWXmtrr7aYu+7a26cr8="; 37 + hash = "sha256-GKP8cxIKSa3pqaZ+uPnU9QCdIQbDT/65ZjrZKLdu1Zs="; 38 38 }; 39 39 40 40 # we make ansible-core depend on ansible, not the other way around,