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:39 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:56 +0100
commit00f0dfa0d618d311c8d7f99a42a6ddbe3439d324 (patch)
tree4039ab87acc91a94f01ac3791c7940625892823f /pkgs
parent0d99390f29768baf084dd6bc685ab06a5f6d1b6a (diff)
python3Packages.sphinxcontrib-serializinghtml: 1.1.9 -> 1.1.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
index 0f06dce774c51..c2f09769d1ac9 100644
--- a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
@@ -7,7 +7,7 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-serializinghtml";
-  version = "1.1.9";
+  version = "1.1.10";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "sphinxcontrib_serializinghtml";
     inherit version;
-    hash = "sha256-DGT/iYM54frCmr0r9fEQePPsQTz+nARtMSDXymVTC1Q=";
+    hash = "sha256-k/P13EWLkbGS/hDDl+Mk8mLPFj158ygsFY6ENqLEUR8=";
   };
 
   nativeBuildInputs = [