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

This commit is contained in:
R. Ryantm 2024-05-14 00:00:08 +00:00
parent 7715ce37e7
commit fcf2ec5d1a

View File

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