python312Packages.aiogram: 3.13.1 → 3.14.0

This commit is contained in:
Nikolay Korotkiy
2024-11-10 04:06:19 +04:00
parent 8e8f317319
commit 06486aa31e
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.13.1";
version = "3.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-uTFh1ncIPF9SmAEVGeBnXEKrYzgifZan1sxk5UiG92U=";
hash = "sha256-SEq88e5MLNqssJhxPPwI2ZdpNdTCBomNpI0xmbmz3Pw=";
};
build-system = [ hatchling ];