python310Packages.fastapi-mail: 1.1.5 -> 1.2.0

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent cfea568da9
commit a2f2949cdb
  1. 4
      pkgs/development/python-modules/fastapi-mail/default.nix

@ -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 = ''

Loading…
Cancel
Save