python3Packages.aiogram: 3.22.0 -> 3.23.0 (#470104)

This commit is contained in:
Fabian Affolter
2025-12-12 15:37:47 +00:00
committed by GitHub
@@ -21,7 +21,6 @@
pytest-asyncio,
pytest-lazy-fixture,
pytestCheckHook,
pythonOlder,
pytz,
redis,
uvloop,
@@ -29,16 +28,14 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.22.0";
version = "3.23.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-4LZ4+bt9n0q8WMaMEaAAIFnEuDUSd+Aq+YW49Xbcp5c=";
hash = "sha256-vk77HsZT/BwQHAWwgMpKJQSN6HUfIycl7GCFbZ5Fbr8=";
};
build-system = [ hatchling ];