diff --git a/pkgs/development/python-modules/aiogram/default.nix b/pkgs/development/python-modules/aiogram/default.nix index 6db1be8e5a48..09db1d9520aa 100644 --- a/pkgs/development/python-modules/aiogram/default.nix +++ b/pkgs/development/python-modules/aiogram/default.nix @@ -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 ];