python311Packages.nest-asyncio: 1.5.6 -> 1.6.0

Diff: https://github.com/erdewit/nest_asyncio/compare/refs/tags/v1.5.6...v1.6.0

Changelog: https://github.com/erdewit/nest_asyncio/releases/tag/v1.6.0
This commit is contained in:
Fabian Affolter 2024-02-25 14:02:59 +01:00
parent 0b5ab1be1e
commit c29273470b

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "nest-asyncio";
version = "1.5.6";
version = "1.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "erdewit";
repo = "nest_asyncio";
rev = "refs/tags/v${version}";
hash = "sha256-DxIHDU/3OP3AF/abQs3Y6Im6VUiHYgMmVVh4fDeT8gk=";
hash = "sha256-5I5WItOl1QpyI4OXZgZf8GiQ7Jlo+SJbDicIbernaU4=";
};
nativeBuildInputs = [