python312Packages.pipenv-poetry-migrate: 0.5.8 -> 0.5.9

This commit is contained in:
R. Ryantm 2024-09-01 16:55:01 +00:00
parent 5cbbd23d5d
commit 12c4e7bc4a

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pipenv-poetry-migrate";
version = "0.5.8";
version = "0.5.9";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "yhino";
repo = "pipenv-poetry-migrate";
rev = "refs/tags/v${version}";
hash = "sha256-/wWAkO2WKn6o9JClkcxoGfHKZNI3GW9hSXmxmoUJpUM=";
hash = "sha256-oV3HdqDuC0t6manVlBqf4cxAWx6U6CbNpCUsBwfAn+o=";
};
nativeBuildInputs = [ poetry-core ];