python3Packages.docutils: 0.18.1 -> 0.19

This commit is contained in:
Martin Weinelt 2022-07-14 20:45:47 +02:00
parent ef671f9b3b
commit 9e68ab7b83

View file

@ -8,11 +8,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "docutils"; pname = "docutils";
version = "0.18.1"; version = "0.19";
format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-Z5mHyvNhp1OdduWEy+3cMR467pN4d8hzRvMd68Y+nQY="; hash = "sha256-M5laZ1PDC39Xf+v8LFBBH+xqrH9//rfEz+WZEHLc+eY=";
}; };
# Only Darwin needs LANG, but we could set it in general. # Only Darwin needs LANG, but we could set it in general.