Merge pull request #197564 from fabaff/griffe-bump

python310Packages.griffe: 0.22.0 -> 0.22.2
This commit is contained in:
Fabian Affolter
2022-10-25 08:52:26 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.22.0";
version = "0.22.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = version;
hash = "sha256-GqPXVi+SsfO0ufUJzEZ5eUzwJmM/wylLA1KMv+WaIsU=";
hash = "sha256-mkYtfO+wZ4vIdpCzum9uwoKMv1Xn0few8ywbvrEwxj8=";
};
nativeBuildInputs = [