python313Packages.aiogram: 3.16.0 -> 3.17.0

Diff: https://github.com/aiogram/aiogram/compare/refs/tags/v3.16.0...v3.17.0

Changelog: https://github.com/aiogram/aiogram/releases/tag/v3.17.0
This commit is contained in:
Fabian Affolter
2025-01-11 20:30:08 +01:00
parent ddbae7faac
commit 3402ec2496
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.16.0";
version = "3.17.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-0kvGEispsDpeTM1NXYb9HylskDONHP48NBn+JyBhSJ4=";
hash = "sha256-47PWd1geTALgO7MDglHqaoMmZ+u1BnKSlj6Jxj7fkBQ=";
};
build-system = [ hatchling ];