python: readthedocs-sphinx-ext: 0.5.17 -> 1.0.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:47 +02:00
parent ec95ebd9e9
commit ccb4fe018a

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "readthedocs-sphinx-ext"; pname = "readthedocs-sphinx-ext";
version = "0.5.17"; version = "1.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "21097cbb37c9a0590e2cb444b55bd87302fc8f69640fa2d4f2d113e98e9558ff"; sha256 = "cc94753be6b2db997e3291046b39e49d578f6441fd75159db22a51a29d2cf1fc";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];