python3Packages.aiogram: 3.19.0 -> 3.20.0.post0

This commit is contained in:
jopejoe1
2025-05-01 19:51:03 +00:00
parent ce4e21ebe3
commit 51309d87b2
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.19.0";
version = "3.20.0.post0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
tag = "v${version}";
hash = "sha256-xdDQjH/HUVNJgSxjrqXNgc+hOKuiusAH00PRMRD+8Dw=";
hash = "sha256-OQH5wes2RGSbT9GPKcZVVxpsFbtOnXd6aAeYfQST1Xs=";
};
build-system = [ hatchling ];