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

python3Packages.autodocsumm: 0.2.14 -> 0.2.15 (#504084)

parents 43bac9de fd3864d8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
buildPythonPackage rec {
  pname = "autodocsumm";
  version = "0.2.14";
  version = "0.2.15";
  pyproject = true;

  src = fetchPypi {
    inherit version;
    pname = "autodocsumm";
    hash = "sha256-KDmp1PrMPE7M0wbAhpVUCREEK0bur83DID5tC6tAvHc=";
    hash = "sha256-6vQx56WjnkGiFTERc8i5XoOFkFnfHM87ecZL89VYKzw=";
  };

  build-system = [ setuptools ];
@@ -31,7 +31,5 @@ buildPythonPackage rec {
    homepage = "https://github.com/Chilipp/autodocsumm";
    license = lib.licenses.asl20;
    maintainers = [ ];
    # https://github.com/Chilipp/autodocsumm/issues/108
    broken = lib.versionAtLeast sphinx.version "9.0";
  };
}