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
1 changed files with 2 additions and 2 deletions

View File

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