summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-10 10:47:53 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-10 10:47:53 +0000
commit1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8 (patch)
tree92c370151caaf0c37ab803208c183feb6e34a371
parent5e48b0da20eccfe76dd27dc7d9f0a51f04da2c40 (diff)
downloadnixpkgs-1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8.tar
nixpkgs-1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8.tar.gz
nixpkgs-1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8.tar.bz2
nixpkgs-1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8.tar.lz
nixpkgs-1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8.tar.xz
nixpkgs-1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8.tar.zst
nixpkgs-1c5a8bfa7d383791ddfe7b26e0b62e5b791023a8.zip
python310Packages.sphinxcontrib-spelling: 7.6.0 -> 7.6.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 a8a55ff8780..4b9149538e1 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.6.0";
+  version = "7.6.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-KSzX4fc6djRRaTtNSMm97RUQhPapHlM3cz6fqHFdIOw=";
+    hash = "sha256-REhXV53WGRTzlwrRBGx0v2dYE29+FEtGypwoEIhw9Qg=";
   };
 
   nativeBuildInputs = [