python3Packages.ansible: 9.6.0 -> 10.1.0
https://github.com/ansible-community/ansible-build-data/blob/10.1.0/10/CHANGELOG-v10.rst
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
let
|
||||
pname = "ansible";
|
||||
version = "9.6.0";
|
||||
version = "10.1.0";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-WHMqStdKdG0pns+ki3qRyyF+LAvTpEST8tnymvLzq2E=";
|
||||
hash = "sha256-fYxEVX9XBocwbhnQ4ylq0jBZPLEr2jXc/JJ0pgY68io=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user