Merge pull request #225849 from fabaff/griffe-bump

python310Packages.griffe: 0.26.0 -> 0.29.0
This commit is contained in:
Fabian Affolter 2023-05-31 12:31:18 +02:00 committed by GitHub
commit 44c9d4d4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.26.0";
version = "0.29.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-p5JYBVvKvqKdYIYFh8ZiEgepJips9jg/6ao5yZ/fbcs=";
hash = "sha256-WZJogwxhSScJpTFVJaMn6LyIyZtOAxTnY3232NW0bds=";
};
postPatch = ''