summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-31 03:53:07 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-30 21:54:29 -0800
commitb0e3c767a43ef4d3671a65317f51f0d96ae14f06 (patch)
tree19a36dbc876c2d9d48155cb9f887dd22df9958a9
parent64f9d50edffdaf8b471eb02e8dfc652d2d07996e (diff)
downloadnixpkgs-b0e3c767a43ef4d3671a65317f51f0d96ae14f06.tar
nixpkgs-b0e3c767a43ef4d3671a65317f51f0d96ae14f06.tar.gz
nixpkgs-b0e3c767a43ef4d3671a65317f51f0d96ae14f06.tar.bz2
nixpkgs-b0e3c767a43ef4d3671a65317f51f0d96ae14f06.tar.lz
nixpkgs-b0e3c767a43ef4d3671a65317f51f0d96ae14f06.tar.xz
nixpkgs-b0e3c767a43ef4d3671a65317f51f0d96ae14f06.tar.zst
nixpkgs-b0e3c767a43ef4d3671a65317f51f0d96ae14f06.zip
python38Packages.sphinxcontrib-spelling: 7.3.0 -> 7.3.2
-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 1bddf737335..6239ba0bc83 100644
--- a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-spelling";
-  version = "7.3.0";
+  version = "7.3.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a11799366f02fbd3390abf6aa2d4f0fe34df9be6e5ac0b1c8139dbd6c7fb0c99";
+    sha256 = "9d66dc4990749c5ac52e7eaf17e82f4dc6b4aff6515d26bbf48821829d41bd02";
   };
 
   propagatedBuildInputs = [ sphinx pyenchant pbr ]