summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-20 13:29:08 +0000
committerBjørn Forsman <bjorn.forsman@gmail.com>2022-06-20 18:46:43 +0200
commit4a597dcebbee41b00c808b07f03ce0ecff4aac49 (patch)
treefb58fff6de5bd319226db16ec824eaa11201f801
parent5e40d30200802c268376afeb1956cf2a7ab4e1ed (diff)
downloadnixpkgs-4a597dcebbee41b00c808b07f03ce0ecff4aac49.tar
nixpkgs-4a597dcebbee41b00c808b07f03ce0ecff4aac49.tar.gz
nixpkgs-4a597dcebbee41b00c808b07f03ce0ecff4aac49.tar.bz2
nixpkgs-4a597dcebbee41b00c808b07f03ce0ecff4aac49.tar.lz
nixpkgs-4a597dcebbee41b00c808b07f03ce0ecff4aac49.tar.xz
nixpkgs-4a597dcebbee41b00c808b07f03ce0ecff4aac49.tar.zst
nixpkgs-4a597dcebbee41b00c808b07f03ce0ecff4aac49.zip
python310Packages.sphinxcontrib-spelling: 7.5.0 -> 7.5.1
-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 0b5e64fb380..629e4a3262f 100644
--- a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
@@ -10,14 +10,14 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-spelling";
-  version = "7.5.0";
+  version = "7.5.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-2SvcHWPzYbbgoXG51oUYEBdFSFMX8VhhUB44fxt49qs=";
+    hash = "sha256-D8TCSGOezvPUigR1T+uhdEaOaza1bJAwJcUNYNbPtO8=";
   };
 
   nativeBuildInputs = [