Commit fd3864d8 authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.autodocsumm: 0.2.14 -> 0.2.15

parent 11f32dd3
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";
  };
}