Loading pkgs/development/python-modules/aiogram/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ babel, buildPythonPackage, certifi, cryptography, fetchFromGitHub, gitUpdater, hatchling, Loading @@ -28,7 +29,7 @@ buildPythonPackage rec { pname = "aiogram"; version = "3.21.0"; version = "3.22.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -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 ]; Loading @@ -64,6 +65,7 @@ buildPythonPackage rec { redis = [ redis ]; proxy = [ aiohttp-socks ]; i18n = [ babel ]; signature = [ cryptography ]; }; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/aiogram/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ babel, buildPythonPackage, certifi, cryptography, fetchFromGitHub, gitUpdater, hatchling, Loading @@ -28,7 +29,7 @@ buildPythonPackage rec { pname = "aiogram"; version = "3.21.0"; version = "3.22.0"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -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 ]; Loading @@ -64,6 +65,7 @@ buildPythonPackage rec { redis = [ redis ]; proxy = [ aiohttp-socks ]; i18n = [ babel ]; signature = [ cryptography ]; }; nativeCheckInputs = [ Loading