Commit d41def50 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.notion-client: 2.6.0 -> 2.7.0

parent 981ee33c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];