summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinxcontrib-spelling
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-04-16 19:15:40 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-04-18 12:42:42 +0200
commit572f83d9fcd8485aeab566f00c99f50f4b8108ca (patch)
tree1927913ac10199411ed1cfad4434e2bd17b8d108 /pkgs/development/python-modules/sphinxcontrib-spelling
parent73808b0b35515d877e15c3da8d0a064ccd4b41f7 (diff)
downloadnixpkgs-572f83d9fcd8485aeab566f00c99f50f4b8108ca.tar
nixpkgs-572f83d9fcd8485aeab566f00c99f50f4b8108ca.tar.gz
nixpkgs-572f83d9fcd8485aeab566f00c99f50f4b8108ca.tar.bz2
nixpkgs-572f83d9fcd8485aeab566f00c99f50f4b8108ca.tar.lz
nixpkgs-572f83d9fcd8485aeab566f00c99f50f4b8108ca.tar.xz
nixpkgs-572f83d9fcd8485aeab566f00c99f50f4b8108ca.tar.zst
nixpkgs-572f83d9fcd8485aeab566f00c99f50f4b8108ca.zip
python: sphinxcontrib-spelling: 4.2.0 -> 4.2.1
Diffstat (limited to 'pkgs/development/python-modules/sphinxcontrib-spelling')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-spelling/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
index a67787f6933..f528edb75ab 100644
--- a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
@@ -8,11 +8,11 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-spelling";
-  version = "4.2.0";
+  version = "4.2.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "44a9445b237ade895ae1fccbe6f41422489b1ffb2a026c1b78b0c1c1c229f9bf";
+    sha256 = "7bcbaabef7aa9c176b81d960b20d0f67817ccea5e098968c366d2db4ad76d476";
   };
 
   propagatedBuildInputs = [ sphinx pyenchant pbr ];