poetry: 2.2.1 -> 2.3.1

https://github.com/python-poetry/poetry/blob/2.3.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-02-01 17:41:00 +01:00
parent bc5c7a6fce
commit 75fe1ce7ba
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -18,12 +18,12 @@ let
# We keep the override around even when the versions match, as
# it's likely to become relevant again after the next Poetry update.
poetry-core = super.poetry-core.overridePythonAttrs (old: rec {
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry-core";
tag = version;
hash = "sha256-l5WTjKa+A66QfWLmrjCQq7ZrSaeuylGIRZr8jsiYq+A=";
hash = "sha256-oE0kv6ofe+qBFJq+OrgDIHsaysN+y5D9bIy8IB5n5y8=";
};
});
}
+4 -2
View File
@@ -32,18 +32,19 @@
httpretty,
pytest-mock,
pytest-xdist,
responses,
}:
buildPythonPackage rec {
pname = "poetry";
version = "2.2.1";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry";
tag = version;
hash = "sha256-oPHRDYci4lrZBY3MC4QU1juwbMJYFDJjARg1Y8us4FQ=";
hash = "sha256-JhSseoXoNc4NZ/fuvf3ztQD6MhyaErE2pqmLLeBf0ak=";
};
build-system = [
@@ -105,6 +106,7 @@ buildPythonPackage rec {
httpretty
pytest-mock
pytest-xdist
responses
];
preCheck = (