python311Pakcages.griffe: refactor

This commit is contained in:
Fabian Affolter 2024-02-29 18:00:57 +01:00 committed by GitHub
parent 50373904bc
commit c224745fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.41.0";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = pname;
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-or0kXc8YJl7+95gM54MaviDdErN0vqBnCtAavZM938k=";
};