Merge pull request #213195 from r-ryantm/auto-update/python310Packages.pipenv-poetry-migrate

python310Packages.pipenv-poetry-migrate: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao 2023-01-29 14:49:24 +08:00 committed by GitHub
commit bb56d77dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [