python310Packages.poetry-plugin-export: 1.1.2 -> 1.2.0

https://github.com/python-poetry/poetry-plugin-export/blob/1.2.0/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-12-09 13:04:49 -08:00 committed by Robert Schütz
parent 29b38799e9
commit 95c657b15f

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "poetry-plugin-export";
version = "1.1.2";
version = "1.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "python-poetry";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-+BDBQwYaiddq3OQDHKmLap3ehWJe+Gh5D3TwuNXycjg=";
hash = "sha256-xrAGjHFYRT6n+r/16b0xyoI7+1Q1Hsw3lEK92UabIqo=";
};
postPatch = ''
@ -29,6 +29,7 @@ buildPythonPackage rec {
pythonImportsCheck = [];
meta = with lib; {
changelog = "https://github.com/python-poetry/poetry-plugin-export/blob/${src.rev}/CHANGELOG.md";
description = "Poetry plugin to export the dependencies to various formats";
license = licenses.mit;
homepage = "https://github.com/python-poetry/poetry-plugin-export";