Merge pull request #239442 from fabaff/griffe-bump

python311Packages.griffe: 0.29.0 -> 0.29.1
This commit is contained in:
Fabian Affolter 2023-06-23 23:26:41 +02:00 committed by GitHub
commit 53008f6aec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.29.0";
version = "0.29.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WZJogwxhSScJpTFVJaMn6LyIyZtOAxTnY3232NW0bds=";
hash = "sha256-df6uFIaTdTy5VMKxBZew5zK0/iO7KbttbjGBJp1Vhjw=";
};
postPatch = ''