tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.notion-client: 2.4.0 -> 2.5.0
R. Ryantm
7 months ago
d60c64c8
925947a4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
notion-client
default.nix
+2
-2
pkgs/development/python-modules/notion-client/default.nix
reviewed
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "notion-client";
16
16
-
version = "2.4.0";
16
16
+
version = "2.5.0";
17
17
pyproject = true;
18
18
19
19
disabled = pythonOlder "3.7";
···
22
22
owner = "ramnes";
23
23
repo = "notion-sdk-py";
24
24
tag = version;
25
25
-
hash = "sha256-vzgFW37pA4LRS+Rqz1QN92EuLTrlWnJqA/H+IhSHQi8=";
25
25
+
hash = "sha256-5SuSfjKs5+2lAVyzK3JVk1naiaYYYBF+X2I+k53Fqx4=";
26
26
};
27
27
28
28
nativeBuildInputs = [ setuptools ];