From 5edc8f4a83ed7bfb8fc0b9a65aec469e401a190e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 29 Mar 2026 09:05:29 -0700 Subject: [PATCH] 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 --- pkgs/by-name/po/poetry/plugins/poetry-plugin-export.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/po/poetry/plugins/poetry-plugin-export.nix b/pkgs/by-name/po/poetry/plugins/poetry-plugin-export.nix index 2e7ed72134c2..f1d0c2b50e52 100644 --- a/pkgs/by-name/po/poetry/plugins/poetry-plugin-export.nix +++ b/pkgs/by-name/po/poetry/plugins/poetry-plugin-export.nix @@ -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";