python310Packages.poetry-plugin-export: 1.3.1 -> 1.4.0
Diff: https://github.com/python-poetry/poetry-plugin-export/compare/refs/tags/1.3.1...1.4.0 Changelog: https://github.com/python-poetry/poetry-plugin-export/blob/refs/tags/1.4.0/CHANGELOG.md
This commit is contained in:
parent
15d805ea11
commit
7c231bd5e8
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "poetry-plugin-export";
|
||||
version = "1.3.1";
|
||||
version = "1.4.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-poetry";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-zA5YHZ3/iVoNf2AKqkrKVDYJIoJh+FMwuoskWHutG5I=";
|
||||
hash = "sha256-okI91Z9u5w7IHpPb9jL4Hb8+MkYJEF2qm0mqqCdyKbk=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue