python3Packages.aiogram: 3.24.0 -> 3.25.0 (#490837)

This commit is contained in:
Nikolay Korotkiy
2026-02-16 05:37:42 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.24.0";
version = "3.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-8+neei3GXb8vIb7EXUposWFo8oU1PA/zDLmC1drYKAA=";
hash = "sha256-HluYC1wkWeh1HI77JV0vtZ5FcL9/mHEz4/D/Cg/eVVw=";
};
build-system = [ hatchling ];