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