poetryPlugins.poetry-plugin-export: 1.9.0-unstable-2025-09-14 -> 1.10.0
Diff: https://github.com/python-poetry/poetry-plugin-export/compare/70a2f386a52687adee7353b51e59dd45aa319ee7...1.10.0 Changelog: https://github.com/python-poetry/poetry-plugin-export/blob/1.10.0/CHANGELOG.md
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user