Unverified Commit c0b3679c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 16e79570 aab5000e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "resend";
  version = "2.13.1";
  version = "2.14.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "resend";
    repo = "resend-python";
    tag = "v${version}";
    hash = "sha256-TE0sfNg6m71Chl6TPAssEiX+jeeHv0ZYOcv/HOe30OM=";
    hash = "sha256-rRaW32hKfbYOKuh5lcPWiq6sD35tUzRS8ZCsyAyy4Mo=";
  };

  build-system = [ setuptools ];