python311Packages.griffe: 0.35.1 -> 0.35.2
Diff: https://github.com/mkdocstrings/griffe/compare/refs/tags/0.35.1...0.35.2 Changelog: https://github.com/mkdocstrings/griffe/blob/0.35.2/CHANGELOG.md
This commit is contained in:
parent
d1d57f39aa
commit
23e586d264
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "griffe";
|
||||
version = "0.35.1";
|
||||
version = "0.35.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "mkdocstrings";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-5Iy4UrB7rn11dmQxh/7EtvrrxkXH8k1tYQkREJJXsOs=";
|
||||
hash = "sha256-Sskz14aAPqUXhQjetPfhjVm8gjG4yrck3sHpgD37DPU=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
Loading…
Reference in New Issue
Block a user