python3Packages.aiogram: 3.21.0 -> 3.22.0 (#442033)

authored by Nikolay Korotkiy and committed by GitHub 7825177d cbfb432e

+4 -2
+4 -2
pkgs/development/python-modules/aiogram/default.nix
··· 8 8 babel, 9 9 buildPythonPackage, 10 10 certifi, 11 + cryptography, 11 12 fetchFromGitHub, 12 13 gitUpdater, 13 14 hatchling, ··· 28 29 29 30 buildPythonPackage rec { 30 31 pname = "aiogram"; 31 - version = "3.21.0"; 32 + version = "3.22.0"; 32 33 pyproject = true; 33 34 34 35 disabled = pythonOlder "3.9"; ··· 37 38 owner = "aiogram"; 38 39 repo = "aiogram"; 39 40 tag = "v${version}"; 40 - hash = "sha256-2DRKJiIZXMK2PgAQFfa0GBgVITiOrNQTM8/fnCHiiw8="; 41 + hash = "sha256-4LZ4+bt9n0q8WMaMEaAAIFnEuDUSd+Aq+YW49Xbcp5c="; 41 42 }; 42 43 43 44 build-system = [ hatchling ]; ··· 64 65 redis = [ redis ]; 65 66 proxy = [ aiohttp-socks ]; 66 67 i18n = [ babel ]; 68 + signature = [ cryptography ]; 67 69 }; 68 70 69 71 nativeCheckInputs = [