python310Packages.griffe: 0.22.0 -> 0.22.2

This commit is contained in:
Fabian Affolter 2022-10-24 16:07:28 +02:00
parent 45454cd8ed
commit bd60929673

View File

@ -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 = [