poetry: 2.2.1 -> 2.3.1
https://github.com/python-poetry/poetry/blob/2.3.1/CHANGELOG.md
This commit is contained in:
@@ -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=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user