python3Packages.aiogram: 3.7.0 -> 3.8.0

https://github.com/aiogram/aiogram/releases/tag/v3.8.0
This commit is contained in:
Martin Weinelt 2024-06-19 05:04:33 +02:00
parent 5a3788b269
commit 94ac82b260

View file

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.7.0";
version = "3.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-GIfujywp+yYRQ4xm6O5GgTCMn6I3TSYE5epaqhMGGnE=";
hash = "sha256-lqZnebFmNNSAOv3XcWHl+gtoWO7z27Zk0O6AJ7w+HDk=";
};
build-system = [ hatchling ];