nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.sphinxcontrib-serializinghtml: 1.1.4 -> 1.1.5

+2 -2
+2 -2
pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "sphinxcontrib-serializinghtml"; 9 - version = "1.1.4"; 9 + version = "1.1.5"; 10 10 disabled = isPy27; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc"; 14 + sha256 = "aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"; 15 15 }; 16 16 17 17