lol

python3Packages.sphinx-autodoc-typehints: 1.23.0 -> 1.24.0

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix
··· 10 10 11 11 let 12 12 pname = "sphinx-autodoc-typehints"; 13 - version = "1.23.0"; 13 + version = "1.24.0"; 14 14 in 15 15 16 16 buildPythonPackage { ··· 22 22 src = fetchPypi { 23 23 pname = "sphinx_autodoc_typehints"; 24 24 inherit version; 25 - hash = "sha256-XUTimWYzza2kmbbSeklt3528ld0fDwn3s3lAJJ5h9uk="; 25 + hash = "sha256-lORABmlBuyN3BLuIB4Xi0F6K5UBsiGdP7vu5OK0Nxq8="; 26 26 }; 27 27 28 28 nativeBuildInputs = [