python: sphinxcontrib-websupport: 1.1.0 -> 1.1.2

This commit is contained in:
Frederik Rietdijk 2019-05-30 08:49:53 +02:00
parent 42b2e9b07c
commit 5dd14ad690

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "sphinxcontrib-websupport";
version = "1.1.0";
version = "1.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "9de47f375baf1ea07cdb3436ff39d7a9c76042c10a769c52353ec46e4e8fc3b9";
sha256 = "1501befb0fdf1d1c29a800fdbf4ef5dc5369377300ddbdd16d2cd40e54c6eefc";
};
propagatedBuildInputs = [ six ];