Merge pull request #285712 from r-ryantm/auto-update/python312Packages.pipenv-poetry-migrate

python312Packages.pipenv-poetry-migrate: 0.5.2 -> 0.5.3
This commit is contained in:
Nick Cao 2024-02-02 10:22:11 -05:00 committed by GitHub
commit 9fb0002f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pipenv-poetry-migrate";
version = "0.5.2";
version = "0.5.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "yhino";
repo = "pipenv-poetry-migrate";
rev = "refs/tags/v${version}";
hash = "sha256-bTlDDg3iIab75QynAkXU5u4fgTylPeE6OdiQb8hqP8s=";
hash = "sha256-Figg5yaPo6QqB4lldmyJZtd/Ar584IyETVJfWZ+gjDE=";
};
nativeBuildInputs = [