python311Packages.griffe: 0.45.2 -> 0.45.3

This commit is contained in:
R. Ryantm
2024-06-09 14:00:35 +00:00
parent 7cf6063c54
commit 391cd77844
@@ -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 ];