python311Pacakges.aio-pika: modernize

This commit is contained in:
Fabian Affolter 2023-11-29 12:48:09 +01:00 committed by GitHub
parent 8053f6f1f0
commit d9e77363fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "aio-pika";
version = "9.3.1";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "mosquito";
repo = pname;
repo = "aio-pika";
rev = "refs/tags/${version}";
hash = "sha256-RbDiJvbFNuXIqFvevLpk5sy5WDinwaWwSqa+XI6Dljo=";
};