python310Packages.ansible: 7.2.0 -> 8.0.0

This commit is contained in:
Nikolay Mokrinsky 2023-05-31 19:42:40 +04:00
parent 1d7b089865
commit a0c1804f59
No known key found for this signature in database
GPG Key ID: 73CC011921471A15

View File

@ -20,17 +20,17 @@
let
pname = "ansible";
version = "7.2.0";
version = "8.0.0";
in
buildPythonPackage {
inherit pname version;
format = "setuptools";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-YOLBpY8c6zShkLfDgPezOG0ec2kGGVSx+LjKPfdgY8w=";
hash = "sha256-hnDHxGAhwYjKwjXp/eetrbs8OAwkNqOwwcSTxLoQvKs=";
};
postPatch = ''