Merge pull request #251226 from fabaff/griffe-bump

python311Packages.griffe: 0.34.0 -> 0.35.0
This commit is contained in:
Fabian Affolter 2023-08-25 00:40:49 +02:00 committed by GitHub
commit bfbefae6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.34.0";
version = "0.35.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kc+RL5ulV2VfB4ojgv/ZSupPy36kyOqbLBWHPiSpqkk=";
hash = "sha256-PogpRQWeFhBpPlesHBUq9F6QA384/u+wIYsqkjCH3Sk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;