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

python311Packages.griffe: 0.44.0 -> 0.45.0
This commit is contained in:
Fabian Affolter
2024-05-13 08:44:35 +02:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.44.0";
version = "0.45.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "griffe";
rev = "refs/tags/${version}";
hash = "sha256-jZ5QK6HiQ0C5miFYGavIlScJHmocy6frzC2c8xTvYOw=";
hash = "sha256-nczu6Neh1feSZyyMrXyiXU1aDIjOsX6RKqaH+Qw8yrQ=";
};
build-system = [ pdm-backend ];