pipenv-poetry-migrate: 0.7.0 -> 0.8.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2026-02-16 09:22:00 +01:00
parent 1a29a475bd
commit 2d99073422
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "pipenv-poetry-migrate";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "yhino";
repo = "pipenv-poetry-migrate";
tag = "v${finalAttrs.version}";
hash = "sha256-iSBN8ZcQORxDao1JKX/cOStNAJ9P7tP/JshUeDrMwh4=";
hash = "sha256-q+W+UyyL+sanLOYW6wTj4GVx756m0LZf/K2YOFIEyxY=";
};
build-system = [ python3Packages.poetry-core ];