Revert "python3Packages.docutils: 0.17.1 -> 0.18.1"

This reverts commit e94af69c7c01067f64bef5bdc0e21cf18677b988.
This commit is contained in:
Jonathan Ringer 2021-11-25 16:16:06 -08:00
parent a28f6c0756
commit e2f35475d0
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "docutils";
version = "0.18.1";
version = "0.17.1";
src = fetchPypi {
inherit pname version;
sha256 = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06";
sha256 = "686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125";
};
# Only Darwin needs LANG, but we could set it in general.