Merge pull request #243262 from r-ryantm/auto-update/python310Packages.griffe

python310Packages.griffe: 0.31.0 -> 0.32.0
This commit is contained in:
Fabian Affolter 2023-07-13 19:55:09 +02:00 committed by GitHub
commit 5975bd00fa
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.31.0";
version = "0.32.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xN+zMNUKy/zeBnY9TAdllCV6E9UG6ke+jaXkOZ59HFI=";
hash = "sha256-mGvoB05GJCoqkGJRpc85eAChU7LDW1w2FTHa6oIbz5k=";
};
postPatch = ''