Merge pull request #244096 from r-ryantm/auto-update/griffe

griffe: 0.32.0 -> 0.32.1
This commit is contained in:
Fabian Affolter 2023-07-18 09:27:53 +02:00 committed by GitHub
commit e7682db366
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.32.0";
version = "0.32.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mGvoB05GJCoqkGJRpc85eAChU7LDW1w2FTHa6oIbz5k=";
hash = "sha256-CNUv2R1Jkq3LSGtEBAi8F04TpARZxOkYN7fUMcXh5P8=";
};
postPatch = ''