python310Packages.cleo: 2.0.1 -> 2.1.0

This commit is contained in:
R. Ryantm 2023-11-04 12:08:32 +00:00
parent 36f5b2e42b
commit 4f8d7da451

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 = [