poetryPlugins.poetry-plugin-export: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-03-16 16:34:12 +00:00
parent 6165a71162
commit b9b30333db

View file

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "poetry-plugin-export"; pname = "poetry-plugin-export";
version = "1.6.0"; version = "1.7.0";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "python-poetry"; owner = "python-poetry";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-6U96O0mCQpviBr4I67ZfHytsooXG4oCNTx8YqrrIzYo="; hash = "sha256-fmgX1/dVH0e3d7FYhOdOnLtjp0mkkaSZm1YW4gxZr74=";
}; };
postPatch = '' postPatch = ''