Unverified Commit 2b76729d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.aiogram: 3.13.1 → 3.14.0 (#354881)

parents 3bfe9c23 ab244d13
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];