Fabian Affolter 2023-05-30 14:20:48 +02:00
parent 9bba5058da
commit 8452c361c1

View File

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