Merge pull request #120625 from AndersonTorres/quick-modifications

Updates

ftgl: 2.1.3-rc5 -> 2.4.0; 
cimg: 2.9.6 -> 2.9.7; 
dialog: 1.3-2210306 -> 1.3-2210324; 
docutils: 0.16 -> 0.17.1; 
fme: refactor
This commit is contained in:
Anderson Torres
2021-04-25 18:43:59 -03:00
committed by GitHub
6 changed files with 80 additions and 33 deletions

View File

@@ -3,17 +3,16 @@
, fetchPypi
, buildPythonPackage
, isPy3k
, isPy38
, python
}:
buildPythonPackage rec {
pname = "docutils";
version = "0.16";
version = "0.17.1";
src = fetchPypi {
inherit pname version;
sha256 = "c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc";
hash = "sha256-aGV30uTDI4C7UMuyL1de10LVgWjO436ZEXqFS82I8SU=";
};
# Only Darwin needs LANG, but we could set it in general.
@@ -30,8 +29,8 @@ buildPythonPackage rec {
'';
meta = with lib; {
description = "Python Documentation Utilities";
homepage = "http://docutils.sourceforge.net/";
description = "Python Documentation Utilities";
license = with licenses; [ publicDomain bsd2 psfl gpl3Plus ];
maintainers = with maintainers; [ AndersonTorres ];
};