From 191f6441d8ed1707c7a5e7049d0596bc191de8b5 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Thu, 11 Sep 2025 16:03:55 +0300 Subject: [PATCH] python3Packages.aiogram: 3.21.0 -> 3.22.0 Diff: https://github.com/aiogram/aiogram/compare/v3.21.0...v3.22.0 Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.22.0 --- pkgs/development/python-modules/aiogram/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index 403b6d93c82f..ceef494e840b 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -8,6 +8,7 @@ babel, buildPythonPackage, certifi, + cryptography, fetchFromGitHub, gitUpdater, hatchling, @@ -28,7 +29,7 @@ buildPythonPackage rec { pname = "aiogram"; - version = "3.21.0"; + version = "3.22.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -37,7 +38,7 @@ buildPythonPackage rec { owner = "aiogram"; repo = "aiogram"; tag = "v${version}"; - hash = "sha256-2DRKJiIZXMK2PgAQFfa0GBgVITiOrNQTM8/fnCHiiw8="; + hash = "sha256-4LZ4+bt9n0q8WMaMEaAAIFnEuDUSd+Aq+YW49Xbcp5c="; }; build-system = [ hatchling ]; @@ -64,6 +65,7 @@ buildPythonPackage rec { redis = [ redis ]; proxy = [ aiohttp-socks ]; i18n = [ babel ]; + signature = [ cryptography ]; }; nativeCheckInputs = [