forked from mirrors/nixpkgs
python310Packages.griffe: 0.25.1 -> 0.25.2
Changelog: https://github.com/mkdocstrings/griffe/blob/0.25.2/CHANGELOG.md
This commit is contained in:
parent
1deddf959c
commit
c08245905f
|
@ -12,7 +12,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "griffe";
|
||||
version = "0.25.1";
|
||||
version = "0.25.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||
owner = "mkdocstrings";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-DBjwqQ7tmvpHa0FZYS6Jsb/wQ7cnoynhybBWl9PNejs=";
|
||||
hash = "sha256-8yehTXPKJwPaOWDUP4jjkSFI660RttHO1zwjbk/5I6I=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue