python310Packages.griffe: 0.25.3 -> 0.25.4

Changelog: https://github.com/mkdocstrings/griffe/blob/0.25.4/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-01-24 08:57:07 +01:00
parent 1eba956f9b
commit 3df8af3409
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "griffe";
version = "0.25.3";
version = "0.25.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-t36uWIREn01/+dIYP5HYlkSPPjgoZoYbJYnFo3Y6qSw=";
hash = "sha256-AZZhwHtVhdHkztzr/Hdi63VC5CjK2Vz8h8zizmSUdNY=";
};
postPatch = ''