python313Packages.poetry-core: 2.1.2 -> 2.1.3
Diff: https://github.com/python-poetry/poetry-core/compare/refs/tags/2.1.2...refs/tags/2.1.3 Changelog: https://github.com/python-poetry/poetry-core/blob/2.1.3/CHANGELOG.md
This commit is contained in:
@@ -59,11 +59,11 @@ buildPythonPackage rec {
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-int-conversion";
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
changelog = "https://github.com/python-poetry/poetry-core/blob/${src.tag}/CHANGELOG.md";
|
||||
description = "Poetry PEP 517 Build Backend";
|
||||
homepage = "https://github.com/python-poetry/poetry-core/";
|
||||
license = licenses.mit;
|
||||
teams = [ teams.python ];
|
||||
license = lib.licenses.mit;
|
||||
teams = [ lib.teams.python ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user