pipenv-poetry-migrate: 0.6.2 -> 0.7.0

This commit is contained in:
R. Ryantm
2025-10-09 15:07:42 +00:00
parent 723e1e95a5
commit 168128b00c

View File

@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "pipenv-poetry-migrate"; pname = "pipenv-poetry-migrate";
version = "0.6.2"; version = "0.7.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yhino"; owner = "yhino";
repo = "pipenv-poetry-migrate"; repo = "pipenv-poetry-migrate";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-kx03w02XUEMoPA8KKvyBGS81IHP3KFjKCVhAoyQ9j+I="; hash = "sha256-iSBN8ZcQORxDao1JKX/cOStNAJ9P7tP/JshUeDrMwh4=";
}; };
build-system = [ python3Packages.poetry-core ]; build-system = [ python3Packages.poetry-core ];