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

python310Packages.griffe: 0.32.1 -> 0.32.3
This commit is contained in:
Nick Cao 2023-07-19 06:05:06 -06:00 committed by GitHub
commit afcb4e3fda
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.1";
version = "0.32.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-CNUv2R1Jkq3LSGtEBAi8F04TpARZxOkYN7fUMcXh5P8=";
hash = "sha256-rPh4FtcigZzscm3y/BJ/0Q0wURlumowlHY15MiQw2B8=";
};
postPatch = ''