Commit bd609296 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.griffe: 0.22.0 -> 0.22.2

parent 45454cd8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonApplication rec {
  pname = "griffe";
  version = "0.22.0";
  version = "0.22.2";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonApplication rec {
    owner = "mkdocstrings";
    repo = pname;
    rev = version;
    hash = "sha256-GqPXVi+SsfO0ufUJzEZ5eUzwJmM/wylLA1KMv+WaIsU=";
    hash = "sha256-mkYtfO+wZ4vIdpCzum9uwoKMv1Xn0few8ywbvrEwxj8=";
  };

  nativeBuildInputs = [