python3Packages.poetry-core: 2.1.3 -> 2.2.0 (#442936)

This commit is contained in:
K900
2025-09-19 17:26:04 +03:00
committed by GitHub
@@ -3,7 +3,6 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
build,
gitMinimal,
pytest-cov-stub,
@@ -17,16 +16,14 @@
buildPythonPackage rec {
pname = "poetry-core";
version = "2.1.3";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry-core";
tag = version;
hash = "sha256-CgaWlqjvBTN7GuerzmO5IiEdXxYH6pmTDj9IsNJlCBE=";
hash = "sha256-WLPG8BiM+927qSC+ly5H2IAE2Htm8+wLEjK2AFnMJ58=";
};
nativeCheckInputs = [