python3Packages.docutils: 0.18.1 -> 0.19
This commit is contained in:
parent
ef671f9b3b
commit
9e68ab7b83
1 changed files with 3 additions and 2 deletions
|
@ -8,11 +8,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "docutils";
|
||||
version = "0.18.1";
|
||||
version = "0.19";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue