mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python313Packages.sphinx-autodoc-typehints: 2.4.4 -> 2.5.0
https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.5.0
This commit is contained in:
parent
bc05229e2e
commit
a8e2237172
@ -11,7 +11,7 @@
|
||||
|
||||
let
|
||||
pname = "sphinx-autodoc-typehints";
|
||||
version = "2.4.4";
|
||||
version = "2.5.0";
|
||||
in
|
||||
|
||||
buildPythonPackage {
|
||||
@ -23,7 +23,7 @@ buildPythonPackage {
|
||||
src = fetchPypi {
|
||||
pname = "sphinx_autodoc_typehints";
|
||||
inherit version;
|
||||
hash = "sha256-50NRLaWLZ6BleaFGJ5imkHZkq3dGB1ikMjSt6sNQr78=";
|
||||
hash = "sha256-JZ4QJrIY1WPXJ0P0F/zCWQapYUiX/jf5G9jX1Y90jDs=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "sphinx" ];
|
||||
|
Loading…
Reference in New Issue
Block a user