python3Packages.aiogram: 3.28.0 -> 3.28.2 (#521418)

This commit is contained in:
Nick Cao
2026-05-18 20:57:41 +00:00
committed by GitHub
@@ -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 ];