python312Packages.ansible: 10.4.0 -> 11.1.0

This commit is contained in:
R. Ryantm
2024-12-13 12:15:05 +00:00
committed by Pascal Bach
parent 90e3fa1c9f
commit 6c63c2c49a

View File

@@ -22,7 +22,7 @@
let
pname = "ansible";
version = "10.4.0";
version = "11.1.0";
in
buildPythonPackage {
inherit pname version;
@@ -32,7 +32,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-XBIEiDGmaQ/IZd/gPcirYcO6CLXQGySaFrJHrZmmC8A=";
hash = "sha256-0BtCWZDZYNKjP8N44bc9vKHA4ovCL0BWq2s8jprnT7o=";
};
postPatch = ''