python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881)

This commit is contained in:
Nick Cao
2024-11-10 08:20:09 -05:00
committed by GitHub

View File

@@ -28,16 +28,16 @@
buildPythonPackage rec {
pname = "aiogram";
version = "3.13.1";
version = "3.14.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "aiogram";
repo = "aiogram";
rev = "refs/tags/v${version}";
hash = "sha256-uTFh1ncIPF9SmAEVGeBnXEKrYzgifZan1sxk5UiG92U=";
hash = "sha256-SEq88e5MLNqssJhxPPwI2ZdpNdTCBomNpI0xmbmz3Pw=";
};
build-system = [ hatchling ];