From fb8ca5149e97c4094bb3bfe46c9976763c673e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 5 May 2025 16:11:38 -0700 Subject: [PATCH] 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 --- pkgs/development/python-modules/poetry-core/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/poetry-core/default.nix b/pkgs/development/python-modules/poetry-core/default.nix index 3c4f3d65e6b2..e5a62637975a 100644 --- a/pkgs/development/python-modules/poetry-core/default.nix +++ b/pkgs/development/python-modules/poetry-core/default.nix @@ -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 ]; }; }