Merge pull request #320962 from fabaff/griffe-bump

python312Packages.griffe: 0.46.0 -> 0.47.0
This commit is contained in:
Fabian Affolter 2024-06-19 11:09:22 +02:00 committed by GitHub
commit b9caaf5aea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.46.0";
version = "0.47.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-ZvOH2MF9MH7FB5DDQ70rYB7fgqoffbqZhKgpWYtChck=";
hash = "sha256-NkS8cD0G/nbquQfMVcdbTLnJx26PQnqWB8UnBTNIBdE=";
};
build-system = [ pdm-backend ];