Merge pull request #165939 from r-ryantm/auto-update/python310Packages.inquirer

python310Packages.inquirer: 2.9.1 -> 2.9.2
This commit is contained in:
Fabian Affolter 2022-04-06 12:55:55 +02:00 committed by GitHub
commit befa2b6ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "inquirer";
version = "2.9.1";
version = "2.9.2";
format = "pyproject";
src = fetchFromGitHub rec {
owner = "magmax";
repo = "python-inquirer";
rev = "v${version}";
sha256 = "sha256:0vdly2k4i7bfcqc8zh2miv9dbpmqvayxk72qn9d4hr7z15wph233";
sha256 = "sha256-TQEZeZDl4N78dE7CXy5OwquUoHuxxjmDAC3wdxqydaQ=";
};
nativeBuildInputs = [