python312Packages.griffe: 0.42.1 -> 0.42.2

This commit is contained in:
R. Ryantm 2024-04-16 05:01:38 +00:00
parent 1df062db9e
commit a2e9ba30c8
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.42.1";
version = "0.42.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-KaD3j96FJJx43m/nfHa4kAft4FcDOdq+2dsiaMY7PPY=";
hash = "sha256-W6aOhz8UxJUc2kNRc4JaCqFgIOXsY8ctyQ3xZ+YaD9k=";
};
nativeBuildInputs = [