Merge pull request #262026 from fabaff/griffe-bump

python311Packages.griffe: 0.36.6 -> 0.36.7
This commit is contained in:
Nick Cao 2023-10-19 09:25:23 -04:00 committed by GitHub
commit d72decb08f
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.36.6";
version = "0.36.7";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-SSFTB/fVMxlOqtyv72YssJLc1KCGluMG68OabyMWWQU=";
hash = "sha256-sxj/avPVmS2qHD+s5nsTWpnXjAMQ1RuBA9Z52Rx/X8k=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;