python: sphinxcontrib-websupport: 1.1.2 -> 1.2.2

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:32 +02:00
parent a6d89358db
commit 20eb5e40a7

View File

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