Unverified Commit 06486aa3 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

python312Packages.aiogram: 3.13.1 → 3.14.0

parent 8e8f3173
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];