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
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user