python3Packages.aiogram: 3.20.0.post0 -> 3.21.0

This commit is contained in:
R. Ryantm
2025-07-09 20:43:11 +00:00
parent 3d76db8a09
commit 442545cfa5
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.20.0.post0";
version = "3.21.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-OQH5wes2RGSbT9GPKcZVVxpsFbtOnXd6aAeYfQST1Xs=";
hash = "sha256-2DRKJiIZXMK2PgAQFfa0GBgVITiOrNQTM8/fnCHiiw8=";
};
build-system = [ hatchling ];