Merge pull request #318529 from r-ryantm/auto-update/python311Packages.griffe

python311Packages.griffe: 0.45.2 -> 0.45.3
This commit is contained in:
Fabian Affolter 2024-06-09 20:01:29 +02:00 committed by GitHub
commit 56ac08d20c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.45.2";
version = "0.45.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-mWJNEZPZgpqJ15HuptpjD9e14CYh4TNFbE38zI42wRk=";
hash = "sha256-iJ/yovyaLS2zdXbqUZU8lY59EHZZoSxQGDOS5JW0jt0=";
};
build-system = [ pdm-backend ];