Commit 96c3d255 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.aiogram: 3.24.0 -> 3.25.0

parent b4065230
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

buildPythonPackage rec {
  pname = "aiogram";
  version = "3.24.0";
  version = "3.25.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aiogram";
    repo = "aiogram";
    tag = "v${version}";
    hash = "sha256-8+neei3GXb8vIb7EXUposWFo8oU1PA/zDLmC1drYKAA=";
    hash = "sha256-HluYC1wkWeh1HI77JV0vtZ5FcL9/mHEz4/D/Cg/eVVw=";
  };

  build-system = [ hatchling ];