Merge pull request #161030 from r-ryantm/auto-update/python3.10-pythonfinder

python310Packages.pythonfinder: 1.2.9 -> 1.2.10
This commit is contained in:
Ryan Mulligan 2022-02-23 06:34:42 -08:00 committed by GitHub
commit 65bae21cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pythonfinder";
version = "1.2.9";
version = "1.2.10";
format = "pyproject";
src = fetchFromGitHub {
owner = "sarugaku";
repo = pname;
rev = version;
sha256 = "sha256-tPMqVKbYwBRvb8/GyYNxO8lwJLcUUQyRoCoF5tg6rxs=";
sha256 = "sha256-4a648wOh+ASeocevFVh/4Fkq0CEhkFbt+2mWVmb9Bhw=";
};
propagatedBuildInputs = [