python3Packages.aiogram: 3.28.0 -> 3.28.2

This commit is contained in:
R. Ryantm
2026-05-18 01:52:03 +00:00
parent c45cb29917
commit cf8a9fa0b7
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.28.0";
version = "3.28.2";
pyproject = true;
src = fetchFromGitHub {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-jy0OOeDiDh2ff3wIR6mYc8P8dOIgVeK0WVQYeug4yEI=";
hash = "sha256-Xf8uE0W/YNCrXoPuxOTixsWdqH5k3dJZDh5AdSNHTFw=";
};
build-system = [ hatchling ];