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

This commit is contained in:
R. Ryantm 2024-03-20 00:06:01 +00:00
parent a73f28e289
commit efa3818249

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "poetry-plugin-export"; pname = "poetry-plugin-export";
version = "1.7.0"; version = "1.7.1";
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-fmgX1/dVH0e3d7FYhOdOnLtjp0mkkaSZm1YW4gxZr74="; hash = "sha256-HXzlfiZYDkrQRFXF1up52KrwGhrIctd3CtjQTNz8xH4=";
}; };
postPatch = '' postPatch = ''