lol

python313Packages.sphinx-autodoc-typehints: 3.1.0 -> 3.2.0

https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/3.2.0

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix
··· 11 11 12 12 let 13 13 pname = "sphinx-autodoc-typehints"; 14 - version = "3.1.0"; 14 + version = "3.2.0"; 15 15 in 16 16 17 17 buildPythonPackage { ··· 23 23 src = fetchPypi { 24 24 pname = "sphinx_autodoc_typehints"; 25 25 inherit version; 26 - hash = "sha256-prewtt8KOAeDzlspFQwtMDUnRvAno+KU03GDmV0/I+0="; 26 + hash = "sha256-EHrJi8i0g3ICyIwHNtWdbaRAduZaDX19VDp4Yx9mKps="; 27 27 }; 28 28 29 29 pythonRelaxDeps = [ "sphinx" ];