python310Packages.pipenv-poetry-migrate: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm 2023-01-28 17:41:28 +00:00
parent 8142fb901d
commit e75977c515

View file

@ -10,7 +10,7 @@
}:
buildPythonPackage rec {
version = "0.3.0";
version = "0.3.1";
pname = "pipenv-poetry-migrate";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "yhino";
repo = "pipenv-poetry-migrate";
rev = "refs/tags/v${version}";
hash = "sha256-j6YAHMjgaQgHpKBH67PFEUHhLi+kg3L966GbEyMPphM=";
hash = "sha256-HYzKp7ZYvJZX2CiHmR8wIeuL2a1xdk0Y87HLs9EP2tM=";
};
nativeBuildInputs = [