10 buildPythonPackage rec {
11 pname = "nest-asyncio";
15 disabled = pythonOlder "3.8";
17 src = fetchFromGitHub {
19 repo = "nest_asyncio";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-5I5WItOl1QpyI4OXZgZf8GiQ7Jlo+SJbDicIbernaU4=";
33 pythonImportsCheck = [
38 description = "Patch asyncio to allow nested event loops";
39 homepage = "https://github.com/erdewit/nest_asyncio";
40 changelog = "https://github.com/erdewit/nest_asyncio/releases/tag/v${version}";
41 license = licenses.bsdOriginal;
42 maintainers = with maintainers; [ ];