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

python3Packages.resend: 2.10.0 -> 2.11.0 (#424437)

parents ab93c99a 276825d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "resend";
  version = "2.10.0";
  version = "2.11.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "resend";
    repo = "resend-python";
    tag = "v${version}";
    hash = "sha256-K/Wk1TZWurhSm3fIAijO+L1ao4pURnlthwxdkI6yZWM=";
    hash = "sha256-ubStw6SphRabXIaRDMXMbki4pkg9Wjt/J0CinQvytz4=";
  };

  build-system = [ setuptools ];