Unverified Commit 715c2121 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #228548 from fabaff/fastapi-mail-bump

python310Packages.fastapi-mail: 1.2.7 -> 1.2.8
parents 13559eb6 3a212e32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "fastapi-mail";
  version = "1.2.7";
  version = "1.2.8";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "sabuhish";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-zZjC8tNM6rjpgbMw4MHPVr1UOEhjlgCFcZMvSDmKfzs=";
    hash = "sha256-9u7+TYO0TmzyLcCxZL86ibC3hNH5b722t5fWimRHaW0=";
  };

  postPatch = ''