python313Packages.griffe: 1.8.0 -> 1.12.1

Diff: https://github.com/mkdocstrings/griffe/compare/1.8.0...1.12.1

Changelog: https://github.com/mkdocstrings/griffe/blob/1.12.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-08-20 12:29:21 +02:00
parent 5f070fb987
commit 4e0e5daa8a
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "griffe";
version = "1.8.0";
version = "1.12.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "griffe";
tag = version;
hash = "sha256-p+igAui0LNMj8tMBmw59K8mNdixqfxU8P9lHDZkoFaY=";
hash = "sha256-AtYAorOCUJmXkSNayLWZmcsUx/oVRS157Z5Pk9RAl5E=";
};
build-system = [ pdm-backend ];