Robert Schütz
2026-03-29 09:07:06 -07:00
parent ccd012cc69
commit 5edc8f4a83
@@ -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";