Merge pull request #265447 from r-ryantm/auto-update/python310Packages.cleo

python310Packages.cleo: 2.0.1 -> 2.1.0
This commit is contained in:
OTABI Tomoya 2023-11-05 11:16:12 +09:00 committed by GitHub
commit 1c13ea41c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "cleo";
version = "2.0.1";
version = "2.1.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "python-poetry";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-y9PYlGSPLpZl9Ad2AFuDKIopH0LRETLp35aiZtLcXzM=";
hash = "sha256-reo/7aPFU5uvZ1YPRTJDRmcMSMFru8e5ss5YmjSe3QU=";
};
nativeBuildInputs = [