python3Packages.aiogram: 3.29.0 -> 3.29.1

This commit is contained in:
R. Ryantm
2026-07-10 03:37:40 +00:00
parent 0e6ff04fc5
commit b90555f16e
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.29.0";
version = "3.29.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-Mjci8Rki25HOAbD1VZO6fZXIfVKDakDlzNjEmqkn7Gg=";
hash = "sha256-Wn36YvuQ9geCAD0froVq2KulyeRWnc2AKX4FPCCKG8I=";
};
build-system = [ hatchling ];