Commit 78cf6092 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 861731dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@

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

  disabled = pythonOlder "3.9";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
    owner = "aiogram";
    repo = "aiogram";
    tag = "v${version}";
    hash = "sha256-3JyMkLixemKZN9XSpN/4SdpdYfR3WqGUKQ9Bfy6bB+Q=";
    hash = "sha256-xdDQjH/HUVNJgSxjrqXNgc+hOKuiusAH00PRMRD+8Dw=";
  };

  build-system = [ hatchling ];