Skip to content

Commit

Permalink
python312Packages.resend: 2.4.0 -> 2.5.1 (#368418)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 27, 2024
2 parents 9ce97a9 + cd4b45c commit 3f7b565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/resend/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

buildPythonPackage rec {
pname = "resend";
version = "2.4.0";
version = "2.5.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "resend";
repo = "resend-python";
rev = "refs/tags/v${version}";
hash = "sha256-pxHDR9hJWhNHwSYJbakOCEkJbHU/RDhvTy5AGyfr33w=";
tag = "v${version}";
hash = "sha256-KOZJiJYqUdQYJPyxoNJ8sMUR1gIZF8+i9m+cAQokByI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 3f7b565

Please sign in to comment.