Revert "docutils: 0.16 -> 0.17.1"
This reverts commit 78459891186af7cc32b0257c7abed69b59340ed9. Causes mass rebuild on master.
This commit is contained in:
parent
0080a58690
commit
fbf8ee0a70
@ -3,16 +3,17 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, isPy3k
|
, isPy3k
|
||||||
|
, isPy38
|
||||||
, python
|
, python
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "docutils";
|
pname = "docutils";
|
||||||
version = "0.17.1";
|
version = "0.16";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-aGV30uTDI4C7UMuyL1de10LVgWjO436ZEXqFS82I8SU=";
|
sha256 = "c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Only Darwin needs LANG, but we could set it in general.
|
# Only Darwin needs LANG, but we could set it in general.
|
||||||
@ -29,8 +30,8 @@ buildPythonPackage rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://docutils.sourceforge.net/";
|
|
||||||
description = "Python Documentation Utilities";
|
description = "Python Documentation Utilities";
|
||||||
|
homepage = "http://docutils.sourceforge.net/";
|
||||||
license = with licenses; [ publicDomain bsd2 psfl gpl3Plus ];
|
license = with licenses; [ publicDomain bsd2 psfl gpl3Plus ];
|
||||||
maintainers = with maintainers; [ AndersonTorres ];
|
maintainers = with maintainers; [ AndersonTorres ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user