python311Packages.ansible: 9.3.0 -> 9.4.0

This commit is contained in:
R. Ryantm 2024-03-29 22:44:10 +00:00
parent 2179e629c6
commit 9538a854cf
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
let
pname = "ansible";
version = "9.3.0";
version = "9.4.0";
in
buildPythonPackage {
inherit pname version;
@ -31,7 +31,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-f06g5NBlU4h5s+Eegehe7U2ALRlA9lZK2VDp0RoxsDw=";
hash = "sha256-3UMcYzgOGMP6yjKI696M4vT5kjY6tVijwRyPIDLZCGc=";
};
postPatch = ''