python3Packages.resend: 2.13.1 -> 2.14.0 (#446152)

authored by Fabian Affolter and committed by GitHub c0b3679c 16e79570

+2 -2
+2 -2
pkgs/development/python-modules/resend/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "resend"; 14 - version = "2.13.1"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "resend"; 21 repo = "resend-python"; 22 tag = "v${version}"; 23 - hash = "sha256-TE0sfNg6m71Chl6TPAssEiX+jeeHv0ZYOcv/HOe30OM="; 24 }; 25 26 build-system = [ setuptools ];
··· 11 12 buildPythonPackage rec { 13 pname = "resend"; 14 + version = "2.14.0"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.7"; ··· 20 owner = "resend"; 21 repo = "resend-python"; 22 tag = "v${version}"; 23 + hash = "sha256-rRaW32hKfbYOKuh5lcPWiq6sD35tUzRS8ZCsyAyy4Mo="; 24 }; 25 26 build-system = [ setuptools ];