Merge pull request #272741 from fabaff/griffe-bump

python311Packages.griffe: 0.38.0 -> 0.38.1
This commit is contained in:
Nick Cao 2023-12-08 09:22:44 -05:00 committed by GitHub
commit 4dea917c70
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.38.0";
version = "0.38.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-GhohFO5tHb9ByISPUf4U2MrDATE4WjuekcC9QZaP2Ls=";
hash = "sha256-j0j13bJtHlPc00pjmfpg/QJKzYQQcyA+jE7q538Uu08=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;