python312Packages.aiogram: 3.6.0 -> 3.7.0

Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.6.0...v3.7.0

Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.7.0
This commit is contained in:
Fabian Affolter 2024-06-06 08:23:21 +02:00
parent c06dbd0faa
commit 592e6881f6

@ -11,8 +11,10 @@
gitUpdater,
hatchling,
magic-filter,
motor,
pycryptodomex,
pydantic,
pymongo,
pytest-aiohttp,
pytest-asyncio,
pytest-lazy-fixture,
@ -25,7 +27,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -34,7 +36,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-8hbB6/j9mWONFNpQuC3p91xnHR/74TWA9Cq8E+Gsnlw=";
hash = "sha256-GIfujywp+yYRQ4xm6O5GgTCMn6I3TSYE5epaqhMGGnE=";
};
build-system = [ hatchling ];
@ -55,7 +57,9 @@ buildPythonPackage rec {
nativeCheckInputs = [
aiohttp-socks
aresponses
motor
pycryptodomex
pymongo
pytest-aiohttp
pytest-asyncio
pytest-lazy-fixture