Unverified Commit d158a282 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.notion-client: 2.6.0 -> 2.7.0 (#458416)

parents 64719d73 d41def50
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 ];