python3Packages.aiogram: 3.8.0 → 3.10.0

This commit is contained in:
Nikolay Korotkiy
2024-07-09 02:19:29 +04:00
parent cc87d0f5fa
commit f31f720e4e
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.8.0";
version = "3.10.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-lqZnebFmNNSAOv3XcWHl+gtoWO7z27Zk0O6AJ7w+HDk=";
hash = "sha256-7GTZvYyD6ypaH6PuOoh6TVboyS6nf8BFGgKvD59K6gc=";
};
build-system = [ hatchling ];