python310Packages.griffe: 0.25.2 -> 0.25.3

Changelog: https://github.com/mkdocstrings/griffe/blob/0.25.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-01-05 21:46:33 +01:00
parent c08245905f
commit 55abc0ff51

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.25.2";
version = "0.25.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-8yehTXPKJwPaOWDUP4jjkSFI660RttHO1zwjbk/5I6I=";
hash = "sha256-t36uWIREn01/+dIYP5HYlkSPPjgoZoYbJYnFo3Y6qSw=";
};
postPatch = ''