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

Merge pull request #254519 from r-ryantm/auto-update/python310Packages.griffe

python310Packages.griffe: 0.36.1 -> 0.36.2
parents 311ef223 dcfad716
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "griffe";
  version = "0.36.1";
  version = "0.36.2";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-miv7CDpBJ5hUyPzQWLqSndmUYR9Lmaonrilod6uhBo8=";
    hash = "sha256-21u6QnmFoa3rCeFMkxdEh4OYtE4QmBr5O9PwV5tKgxg=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;