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

python311Packages.griffe: 0.45.0 -> 0.45.1
This commit is contained in:
Fabian Affolter 2024-05-19 11:17:27 +02:00 committed by GitHub
commit f1f76aadd8
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.0";
version = "0.45.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-nczu6Neh1feSZyyMrXyiXU1aDIjOsX6RKqaH+Qw8yrQ=";
hash = "sha256-NmCnhImkdo2zAHhl2fLknV0rXXmJ9A+FL1uXUBF4IPk=";
};
build-system = [ pdm-backend ];