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

This commit is contained in:
Frederik Rietdijk 2019-11-19 15:35:38 +01:00
parent 2d8c469b67
commit 4ef5996c09

View file

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