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

python3Packages.resend: 2.13.0 -> 2.13.1 (#439907)

parents cf3266fd 4f2d031d
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.0";
  version = "2.13.1";
  pyproject = true;

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

  build-system = [ setuptools ];