python3Packages.notion-client: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm
2025-11-04 10:32:10 +00:00
parent 981ee33c51
commit d41def5013
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "notion-client";
version = "2.6.0";
version = "2.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ramnes";
repo = "notion-sdk-py";
tag = version;
hash = "sha256-kUeZhnQwZ+To5NCo7jtQsTfX1kQotbAHDcHf2qwGOIs=";
hash = "sha256-15IPycaLk8r0/bUphL+IDypBMhgdX1tAUS50VD3p/00=";
};
build-system = [ setuptools ];