python313Packages.aiogram: 3.18.0 -> 3.19.0 (#392372)

This commit is contained in:
Nikolay Korotkiy
2025-03-23 18:44:36 +04:00
committed by GitHub
@@ -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 ];