groff: update from 1.22.2 to 1.22.3 an adopt it

+7 -6
+7 -6
pkgs/tools/text/groff/default.nix
··· 1 1 { stdenv, fetchurl, ghostscript, perl, groff }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "groff-1.22.2"; 4 + name = "groff-1.22.3"; 5 5 6 6 src = fetchurl { 7 7 url = "mirror://gnu/groff/${name}.tar.gz"; 8 - sha256 = "0xi07nhj5vdgax37rj25mwxzdmsz1ifx50hjgc6hqbkpqkd6821q"; 8 + sha256 = "1998v2kcs288d3y7kfxpvl369nqi06zbbvjzafyvyl3pr7bajj1s"; 9 9 }; 10 10 11 11 buildInputs = [ ghostscript ]; ··· 36 36 find $out/share/doc/${name} -type f -print0 | xargs -0 sed -i -e 's/%%CreationDate: .*//' 37 37 ''; 38 38 39 - meta = { 40 - homepage = "http://www.gnu.org/software/groff/"; 39 + meta = with stdenv.lib; { 40 + homepage = http://www.gnu.org/software/groff/; 41 41 description = "GNU Troff, a typesetting package that reads plain text and produces formatted output"; 42 - license = stdenv.lib.licenses.gpl3Plus; 43 - platforms = stdenv.lib.platforms.all; 42 + license = licenses.gpl3Plus; 43 + platforms = platforms.all; 44 + maintainers = with maintainers; [ pSub ]; 44 45 45 46 longDescription = '' 46 47 groff is the GNU implementation of troff, a document formatting