python311Packages.aioconsole: 0.6.2 -> 0.7.0

https://github.com/vxgmichel/aioconsole/releases/tag/v0.7.0
This commit is contained in:
Martin Weinelt
2023-12-20 20:46:21 +01:00
parent c015b8acfe
commit 2884f6262b
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools
, pytest-asyncio
, pytestCheckHook
, pythonOlder
@@ -56,6 +57,7 @@ buildPythonPackage rec {
];
meta = with lib; {
changelog = "https://github.com/vxgmichel/aioconsole/releases/tag/v${version}";
description = "Asynchronous console and interfaces for asyncio";
homepage = "https://github.com/vxgmichel/aioconsole";
changelog = "https://github.com/vxgmichel/aioconsole/releases/tag/v${version}";