Unverified Commit 7825177d authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

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

parents cbfb432e 191f6441
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 = [