Unverified Commit 4fc9247d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.aiogram: 3.22.0 -> 3.23.0 (#470104)

parents 48b1e7e1 f7b9f7e1
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
  pytest-asyncio,
  pytest-lazy-fixture,
  pytestCheckHook,
  pythonOlder,
  pytz,
  redis,
  uvloop,
@@ -29,16 +28,14 @@

buildPythonPackage rec {
  pname = "aiogram";
  version = "3.22.0";
  version = "3.23.0";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "aiogram";
    repo = "aiogram";
    tag = "v${version}";
    hash = "sha256-4LZ4+bt9n0q8WMaMEaAAIFnEuDUSd+Aq+YW49Xbcp5c=";
    hash = "sha256-vk77HsZT/BwQHAWwgMpKJQSN6HUfIycl7GCFbZ5Fbr8=";
  };

  build-system = [ hatchling ];