tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.resend: 2.8.0 -> 2.9.0
R. Ryantm
11 months ago
e9864bf9
771ab068
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
resend
default.nix
+2
-2
pkgs/development/python-modules/resend/default.nix
reviewed
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "resend";
14
14
-
version = "2.8.0";
14
14
+
version = "2.9.0";
15
15
pyproject = true;
16
16
17
17
disabled = pythonOlder "3.7";
···
20
20
owner = "resend";
21
21
repo = "resend-python";
22
22
tag = "v${version}";
23
23
-
hash = "sha256-L71tlDUo3kbENjfMJgppikP+IasGZ6WeER7vfwxA61c=";
23
23
+
hash = "sha256-rMa644hA9dBaew2BFHg2i7MtrjsfW9xzk7fsiKPoYaI=";
24
24
};
25
25
26
26
build-system = [ setuptools ];