Unverified Commit f441eea9 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.griffelib: 2.0.0 -> 2.0.1

parent 78f165de
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage (finalAttrs: {
  pname = "griffelib";
  version = "2.0.0";
  version = "2.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mkdocstrings";
    repo = "griffe";
    tag = finalAttrs.version;
    hash = "sha256-SiUkgkaHtq2aWraL5BJvItOExTGUQ+e6pQVXEwTM0mk=";
    hash = "sha256-8lrpIlWuf9/4Lm+YWLC6GHKwRE7vh+lqBIJIO/WnnSg=";
  };

  sourceRoot = "${finalAttrs.src.name}/packages/griffelib";
@@ -45,6 +45,7 @@ buildPythonPackage (finalAttrs: {
  ];

  meta = {
    changelog = "https://github.com/mkdocstrings/griffe/releases/tag/${finalAttrs.src.tag}";
    description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API";
    homepage = "https://github.com/mkdocstrings/griffe";
    license = lib.licenses.isc;