Merge pull request #227887 from mweinelt/poetry-plugin-export

python310Packages.poetry-plugin-export: 1.3.0 -> 1.3.1
This commit is contained in:
Martin Weinelt 2023-05-10 20:56:31 +02:00 committed by GitHub
commit faaac24afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "poetry-plugin-export";
version = "1.3.0";
version = "1.3.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "python-poetry";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rqUs73pTpc18HsloLGRBYA6v/qyk/eUH7uEZYlAgFa0=";
hash = "sha256-zA5YHZ3/iVoNf2AKqkrKVDYJIoJh+FMwuoskWHutG5I=";
};
postPatch = ''