about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-03 01:24:15 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-03 01:34:46 +0100
commit76f315abd20b6ab04c1f6cae35aeedd12ae50a4a (patch)
tree6fc7e40449e74b4b62a62b0683e003ac206e6c4d
parent529fd47f28707310775d5ddcc5763740e2feed01 (diff)
python311Packages.sphinx-autodoc-typehints: 1.24.0 -> 1.24.1
https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/1.24.1
-rw-r--r--pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix
index d99577fd234eb..59f832b999d64 100644
--- a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix
+++ b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix
@@ -10,7 +10,7 @@
 
 let
   pname = "sphinx-autodoc-typehints";
-  version = "1.24.0";
+  version = "1.24.1";
 in
 
 buildPythonPackage {
@@ -22,7 +22,7 @@ buildPythonPackage {
   src = fetchPypi {
     pname = "sphinx_autodoc_typehints";
     inherit version;
-    hash = "sha256-lORABmlBuyN3BLuIB4Xi0F6K5UBsiGdP7vu5OK0Nxq8=";
+    hash = "sha256-Bmg6K3bDx7GTG3XkDgIRhm+7ULpMToAtCQHZtOhJrdI=";
   };
 
   nativeBuildInputs = [