summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinxcontrib-serializinghtml
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:38 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:42 +0200
commitee394b1654493048ca4cc31fff5de4f879ed1493 (patch)
tree034ac87ad536e1939468ff87be10acdfccf02148 /pkgs/development/python-modules/sphinxcontrib-serializinghtml
parent1175660d4ba2a789180f2ce8e66aa0606cb22e89 (diff)
downloadnixpkgs-ee394b1654493048ca4cc31fff5de4f879ed1493.tar
nixpkgs-ee394b1654493048ca4cc31fff5de4f879ed1493.tar.gz
nixpkgs-ee394b1654493048ca4cc31fff5de4f879ed1493.tar.bz2
nixpkgs-ee394b1654493048ca4cc31fff5de4f879ed1493.tar.lz
nixpkgs-ee394b1654493048ca4cc31fff5de4f879ed1493.tar.xz
nixpkgs-ee394b1654493048ca4cc31fff5de4f879ed1493.tar.zst
nixpkgs-ee394b1654493048ca4cc31fff5de4f879ed1493.zip
python3Packages.sphinxcontrib-serializinghtml: 1.1.4 -> 1.1.5
Diffstat (limited to 'pkgs/development/python-modules/sphinxcontrib-serializinghtml')
-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 b898e9cb67d..a238c0191a7 100644
--- a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
+++ b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
@@ -6,12 +6,12 @@
 
 buildPythonPackage rec {
   pname = "sphinxcontrib-serializinghtml";
-  version = "1.1.4";
+  version = "1.1.5";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc";
+    sha256 = "aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952";
   };