mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.fastapi-mail: 1.6.3 -> 1.6.5
Changelog: https://github.com/sabuhish/fastapi-mail/releases/tag/1.6.5
This commit is contained in:
@@ -22,16 +22,18 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "fastapi-mail";
|
||||
version = "1.6.3";
|
||||
version = "1.6.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sabuhish";
|
||||
repo = "fastapi-mail";
|
||||
tag = "v${finalAttrs.version}";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-7Of7PSfY5lFbuxqBM5IyCnOa1CwbOijruSSrRylz3S8=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "cryptography" ];
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
nativeBuildInputs = [ pyprojectVersionPatchHook ];
|
||||
|
||||
Reference in New Issue
Block a user