Commit a2f2949c authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

python310Packages.fastapi-mail: 1.1.5 -> 1.2.0

parent cfea568d
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.1.5";
  version = "1.2.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "sabuhish";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-Rt+0ZZqo9tiATwS7iwtp7K2RW3t2tsLw5Hp2WrT40B0=";
    hash = "sha256-RAUxc7spJL1QECAO0uZcCVAR/LaFIxFu61LD4RV9nEI=";
  };

  postPatch = ''