poetry: 2.3.2 -> 2.3.3 (#504735)

This commit is contained in:
dotlambda
2026-03-31 03:12:26 +00:00
committed by GitHub
3 changed files with 7 additions and 7 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.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry-core";
tag = version;
hash = "sha256-gGXAPdFnrS/T7xvw8rpzI/7nW0bXdUiZnPeEwDgtWuQ=";
hash = "sha256-Rv6JCHsqu5rRvihGaUFcRk/NUT90bnIUM01QxUUkxh4=";
};
});
}
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "poetry-plugin-export";
version = "1.9.0-unstable-2025-09-14";
version = "1.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry-plugin-export";
rev = "70a2f386a52687adee7353b51e59dd45aa319ee7";
tag = version;
hash = "sha256-KsvkM4hjG+jrdPVauXYdc6E87Gp7srMg/mJHpWRjaEs=";
};
@@ -36,7 +36,7 @@ buildPythonPackage rec {
];
meta = {
changelog = "https://github.com/python-poetry/poetry-plugin-export/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/python-poetry/poetry-plugin-export/blob/${src.tag}/CHANGELOG.md";
description = "Poetry plugin to export the dependencies to various formats";
license = lib.licenses.mit;
homepage = "https://github.com/python-poetry/poetry-plugin-export";
+2 -2
View File
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "poetry";
version = "2.3.2";
version = "2.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "python-poetry";
repo = "poetry";
tag = version;
hash = "sha256-zJ7HA/NNBh9gy0WUXTxKBUsC74Yt+ANZuBxMrQrS6XU=";
hash = "sha256-+8zVe2JeQbbqmKOydQw1tZM2PYa5H/5ImBcVpoxYC5w=";
};
build-system = [