poetryPlugins.poetry-plugin-export: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2025-01-14 09:25:53 +00:00
parent 629ab9db28
commit 59e142e2f8

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "poetry-plugin-export";
version = "1.8.0";
version = "1.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "python-poetry";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ZXhj9FwCCNFMzyoAtQTD8bddOvVM4KzNtd+3sBn9i+w=";
tag = version;
hash = "sha256-AP3/njzbLEi2s4pOUSLLLzqNprvxwLe9LSY7qh08EWc=";
};
build-system = [