python: readthedocs-sphinx-ext: 1.0.4 -> 2.1.1

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:14 +02:00
parent 98b6fc64c3
commit c1c7551464
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "readthedocs-sphinx-ext"; pname = "readthedocs-sphinx-ext";
version = "1.0.4"; version = "2.1.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "33dbb135373d539233f7fbdb5e8dcfa07d41254300ee23719eb9caa8c68a40ae"; sha256 = "1d8343982cae238da82c809dcbd82d53f9560b50e17b1dd727123f576385139d";
}; };
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];