python310Packages.griffe: 0.26.0 -> 0.27.0
Diff: https://github.com/mkdocstrings/griffe/compare/refs/tags/0.26.0...0.27.0 Changelog: https://github.com/mkdocstrings/griffe/blob/0.27.0/CHANGELOG.md
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "griffe";
|
||||
version = "0.26.0";
|
||||
version = "0.27.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "mkdocstrings";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-p5JYBVvKvqKdYIYFh8ZiEgepJips9jg/6ao5yZ/fbcs=";
|
||||
hash = "sha256-qWJ4pqRIdqEEbQHJT/XV5qMQzI+crEBNKkLXKRlm554=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user