Merge pull request #300109 from r-ryantm/auto-update/python311Packages.ansible

python311Packages.ansible: 9.3.0 -> 9.4.0
This commit is contained in:
Weijia Wang 2024-04-05 23:56:35 +02:00 committed by GitHub
commit 8568af1a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''