Unverified Commit 41a8034c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.aiogram: 3.17.0 -> 3.18.0 (#383323)

parents 091da28e c2a000ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

buildPythonPackage rec {
  pname = "aiogram";
  version = "3.17.0";
  version = "3.18.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
    owner = "aiogram";
    repo = "aiogram";
    tag = "v${version}";
    hash = "sha256-47PWd1geTALgO7MDglHqaoMmZ+u1BnKSlj6Jxj7fkBQ=";
    hash = "sha256-3JyMkLixemKZN9XSpN/4SdpdYfR3WqGUKQ9Bfy6bB+Q=";
  };

  build-system = [ hatchling ];