Loading pkgs/development/python-modules/aiogram/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ pytest-asyncio, pytest-lazy-fixture, pytestCheckHook, pythonOlder, pytz, redis, uvloop, Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/aiogram/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ pytest-asyncio, pytest-lazy-fixture, pytestCheckHook, pythonOlder, pytz, redis, uvloop, Loading @@ -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 ]; Loading