python313Packages.aiogram: 3.18.0 -> 3.19.0

Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.18.0...v3.19.0

Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.19.0
This commit is contained in:
Fabian Affolter
2025-03-23 14:04:48 +01:00
parent 861731dcf0
commit 78cf60922d
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.18.0";
version = "3.19.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-3JyMkLixemKZN9XSpN/4SdpdYfR3WqGUKQ9Bfy6bB+Q=";
hash = "sha256-xdDQjH/HUVNJgSxjrqXNgc+hOKuiusAH00PRMRD+8Dw=";
};
build-system = [ hatchling ];