summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-05-09 12:02:01 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-05-11 22:13:14 +0200
commit7a02315a69d249b89e0530d2c8286d36237b1950 (patch)
treefba279c97d8b095dee1267d52e9c33faf81e2b60 /pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix
parenta1adc7f49f32ff2748c8987479ad93f1f4d28a07 (diff)
downloadnixpkgs-7a02315a69d249b89e0530d2c8286d36237b1950.tar
nixpkgs-7a02315a69d249b89e0530d2c8286d36237b1950.tar.gz
nixpkgs-7a02315a69d249b89e0530d2c8286d36237b1950.tar.bz2
nixpkgs-7a02315a69d249b89e0530d2c8286d36237b1950.tar.lz
nixpkgs-7a02315a69d249b89e0530d2c8286d36237b1950.tar.xz
nixpkgs-7a02315a69d249b89e0530d2c8286d36237b1950.tar.zst
nixpkgs-7a02315a69d249b89e0530d2c8286d36237b1950.zip
python3Packages.sphinxcontrib-htmlhelp: 1.0.2 -> 1.0.3
Diffstat (limited to 'pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix')
-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 42a6046a1fb..859181d675f 100644
--- a/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-htmlhelp/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-htmlhelp";
-  version = "1.0.2";
+  version = "1.0.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422";
+    sha256 = "e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b";
   };