about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinxcontrib-htmlhelp
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-08-26 21:38:09 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-01 21:23:18 +0200
commit1597a00f2742a9be5a28989505869183d2525298 (patch)
tree64852ef5febcb933c623f5c634f6ca321e146dc8 /pkgs/development/python-modules/sphinxcontrib-htmlhelp
parent2f06ac2fb1ef9c6e13d3e79b2ae1532b9f7ae9bf (diff)
python3Packages.sphinxcontrib-htmlhelp: 1.0.3 -> 2.0.0
Diffstat (limited to 'pkgs/development/python-modules/sphinxcontrib-htmlhelp')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix
index 8ca631a2b3c91..4efdb2633f28b 100644
--- a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix
@@ -6,12 +6,12 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-htmlhelp";
-  version = "1.0.3";
+  version = "2.0.0";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b";
+    sha256 = "f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2";
   };