Revert "docutils: 0.19 → 0.20.1"

This reverts commit 20642ff730.
This commit is contained in:
Anderson Torres
2023-08-16 03:11:39 +00:00
committed by GitHub
parent e7ced4364b
commit aa418392e3
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "docutils";
version = "0.20.1";
version = "0.19";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-8IpOJ2w6FYOobc4+NKuj/gTQK7ot1R7RYQYkToqSPjs=";
hash = "sha256-M5laZ1PDC39Xf+v8LFBBH+xqrH9//rfEz+WZEHLc+eY=";
};
# Only Darwin needs LANG, but we could set it in general.