summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-02-04 21:18:45 +0000
committerGitHub <noreply@github.com>2023-02-04 21:18:45 +0000
commit62ce891b42f85b66348b88291bb65e13b00cee75 (patch)
tree84eb713664e925a320b4766d5c0d6c4591a58ea0
parent33c947b0afbcb5e8ceadfa2af8e45192f8e2d682 (diff)
parent9ebdf804b3577185c00519235e76321bde8d6666 (diff)
Merge pull request #214590 from r-ryantm/auto-update/python310Packages.fastapi-mail
python310Packages.fastapi-mail: 1.2.4 -> 1.2.5
-rw-r--r--pkgs/development/python-modules/fastapi-mail/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/fastapi-mail/default.nix b/pkgs/development/python-modules/fastapi-mail/default.nix
index 92c52fe5e956..e9c03b10ae61 100644
--- a/pkgs/development/python-modules/fastapi-mail/default.nix
+++ b/pkgs/development/python-modules/fastapi-mail/default.nix
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "fastapi-mail";
- version = "1.2.4";
+ version = "1.2.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sabuhish";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-6Iwgl15adc6wK7i8sFLeSf2HSvMo/Sx/BI44qboNnRM=";
+ hash = "sha256-SogtdLTiTCJ8qUYsnwhPgBLFbj66EJC7L4wS64Nmuoo=";
};
postPatch = ''