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

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

authored by Weijia Wang and committed by GitHub 674181b5 3f384197

+2 -2
+2 -2
pkgs/tools/package-management/poetry/plugins/poetry-plugin-export.nix
··· 6 7 buildPythonPackage rec { 8 pname = "poetry-plugin-export"; 9 - version = "1.7.0"; 10 format = "pyproject"; 11 12 src = fetchFromGitHub { 13 owner = "python-poetry"; 14 repo = pname; 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-fmgX1/dVH0e3d7FYhOdOnLtjp0mkkaSZm1YW4gxZr74="; 17 }; 18 19 postPatch = ''
··· 6 7 buildPythonPackage rec { 8 pname = "poetry-plugin-export"; 9 + version = "1.7.1"; 10 format = "pyproject"; 11 12 src = fetchFromGitHub { 13 owner = "python-poetry"; 14 repo = pname; 15 rev = "refs/tags/${version}"; 16 + hash = "sha256-HXzlfiZYDkrQRFXF1up52KrwGhrIctd3CtjQTNz8xH4="; 17 }; 18 19 postPatch = ''