Merge pull request #260081 from fabaff/griffe-bump

python311Packages.griffe: 0.36.4 -> 0.36.5
This commit is contained in:
Fabian Affolter
2023-10-10 08:24:30 +02:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.36.4";
version = "0.36.5";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-H4iKxM6uwpAIISSxm4ux+qXsoPfHmpHBRx5MuGxwCE4=";
hash = "sha256-e70SirkWOQveyH6qMe+v2JSoNFvEc0EwJ9tLQA0jxZI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;