Merge pull request #305353 from fabaff/griffe-bump

python312Packages.griffe: 0.42.2 -> 0.44.0
This commit is contained in:
Fabian Affolter 2024-04-26 18:41:01 +02:00 committed by GitHub
commit cb88872442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.42.2";
version = "0.44.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-W6aOhz8UxJUc2kNRc4JaCqFgIOXsY8ctyQ3xZ+YaD9k=";
hash = "sha256-jZ5QK6HiQ0C5miFYGavIlScJHmocy6frzC2c8xTvYOw=";
};
build-system = [ pdm-backend ];