python311Packages.griffe: 0.41.3 -> 0.42.0
Diff: https://github.com/mkdocstrings/griffe/compare/refs/tags/0.41.3...0.42.0 Changelog: https://github.com/mkdocstrings/griffe/blob/0.42.0/CHANGELOG.md
This commit is contained in:
parent
48dbdff7aa
commit
c0bd3f2d22
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "griffe";
|
||||
version = "0.41.3";
|
||||
version = "0.42.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "mkdocstrings";
|
||||
repo = "griffe";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-bRg7pqoGrsSO7wQLA0FKMmIBcYPNGIUueOfXjuvazrE=";
|
||||
hash = "sha256-gleVVwi2exSHz+u8zHhH3nF1duz7qDOpiZBm228ZsSs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue