Unverified Commit e594b219 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.notion-client: 2.4.0 -> 2.5.0 (#440223)

parents 7e13fd8d d60c64c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "notion-client";
  version = "2.4.0";
  version = "2.5.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "ramnes";
    repo = "notion-sdk-py";
    tag = version;
    hash = "sha256-vzgFW37pA4LRS+Rqz1QN92EuLTrlWnJqA/H+IhSHQi8=";
    hash = "sha256-5SuSfjKs5+2lAVyzK3JVk1naiaYYYBF+X2I+k53Fqx4=";
  };

  nativeBuildInputs = [ setuptools ];