python312Packages.griffe: 0.47.0 -> 1.0.0

Changelog: https://github.com/mkdocstrings/griffe/blob/1.0.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-08-17 10:36:46 +02:00
parent 6404e65bcf
commit 28e457dea7
@@ -6,6 +6,7 @@
fetchFromGitHub,
git,
jsonschema,
mkdocstrings,
pdm-backend,
pytestCheckHook,
pythonOlder,
@@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.47.0";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,12 +23,15 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-NkS8cD0G/nbquQfMVcdbTLnJx26PQnqWB8UnBTNIBdE=";
hash = "sha256-GRj60qL+gXjUUAxhyTN7f1Jkuucl0+MstbDEqGVx3zs=";
};
build-system = [ pdm-backend ];
dependencies = [ colorama ];
dependencies = [
colorama
mkdocstrings
];
nativeCheckInputs = [
git