about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:37 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:56 +0100
commit110fe6beb9d397488efe633dd9c7a59ccd2fee69 (patch)
treed942986fcdd3d754d9b02db8c5fa415a31a60486 /pkgs
parent9eae3597702514f7166e0f8e1b1088277c1e0327 (diff)
python3Packages.sphinxcontrib-applehelp: 1.0.7 -> 1.0.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix b/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix
index 8a47fc39c5d74..b5b52c92912e5 100644
--- a/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-applehelp/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-applehelp";
-  version = "1.0.7";
+  version = "1.0.8";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "sphinxcontrib_applehelp";
     inherit version;
-    hash = "sha256-Of3I12LTOwGn2PAmo7fXFWPqO3J4fV8ArYRlvZ1t+/o=";
+    hash = "sha256-xApPlvN3bEOT2TNBIFOWL6wrhPTJmnmCukLglXanBhk=";
   };
 
   nativeBuildInputs = [