Merge pull request #335321 from fabaff/mkdocstrings-python-bump

python312Packages.griffe: 0.47.0 -> 1.0.0, python312Packages.mkdocstrings-python: 1.10.5 -> 1.10.8
This commit is contained in:
Fabian Affolter 2024-08-17 11:31:46 +02:00 committed by GitHub
commit fd7c232473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "1.10.5";
version = "1.10.8";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "python";
rev = "refs/tags/${version}";
hash = "sha256-LRBo404TGxWBQdhN3gTyDHjB389hcHCfZK/oEFdjpOY=";
hash = "sha256-3fXT2cV9jXkBNqK0LhKh8V11YLz+ulR3yAtq3GVOkTU=";
};
build-system = [ pdm-backend ];