Merge pull request #297298 from r-ryantm/auto-update/poetryPlugins.poetry-plugin-export

poetryPlugins.poetry-plugin-export: 1.7.0 -> 1.7.1
This commit is contained in:
Weijia Wang 2024-03-26 03:15:31 +01:00 committed by GitHub
commit 674181b546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''