mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.sphinx-autodoc-typehints: 3.10.2 -> 3.10.5
https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.10.5
This commit is contained in:
parent
50d9dbad25
commit
00afd89038
1 changed files with 2 additions and 2 deletions
|
|
@ -10,14 +10,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "sphinx-autodoc-typehints";
|
||||
version = "3.10.2";
|
||||
version = "3.10.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tox-dev";
|
||||
repo = "sphinx-autodoc-typehints";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-ZdUKD8qUWjndhkqnUVk9NoSFgH/Fl2yG7LKHUB4T9CA=";
|
||||
hash = "sha256-ClRfCv3UvUdnSnm5XuyrWj8oFQMSAPb3ZCDokAWI4cE=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue